Rad Sparkle
Text Stripes
Degrees
Color
#51d57a
Color
#8DD685
Ratio
Size
Canvas
Text
Background
#fff
Typography
Font Family
Font Size
Font Weight
100
200
300
400
500
600
700
800
900
Text Transform
capitalize
uppercase
lowercase
none
Text Align
left
right
center
justify
Font Style
normal
italic
oblique
Line Height
Letter Spacing
CSS
.text-gradient { background-image: repeating-linear-gradient(33deg, #51d57a, #51d57a 10px, #8DD685 10px, #8DD685 30px); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
Js
import styled from '@emotion/styled' const TextGradient = styled('div')({ backgroundImage: 'repeating-linear-gradient(33deg, #51d57a, #51d57a 10px, #8DD685 10px, #8DD685 30px)', WebkitBackgroundClip: 'text', WebkitTextFillColor: 'transparent' })
Save
Next
Grid view