Kosorikōsori alpha
Texts

Shine

Simulates a shine effect.

Text Shine

Customize

Change text color

You can change the text color by changing the bg-[linear-gradient(...)] classes.

<p
  className={clsx(

    '... bg-[linear-gradient(110deg, #211F26 ,45%,#FDFCFD,55%, #211F26 )] ...',

    'dark:bg-[linear-gradient(110deg,#FDFCFD,45%,#211F26,55%,#FDFCFD)]',
  )}
>
// ...

On this page