Petal Circuit Gradient
Click to copy CSS
Petal Circuit
Linear gradient
Pink tone
0 views
Colors
#EA98DA
rgb(234, 152, 218)
hsl(312, 66%, 76%)
#5B6CF9
rgb(91, 108, 249)
hsl(234, 93%, 67%)
CSS
background: linear-gradient(90deg, #ea98da 0%, #5b6cf9 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#ea98da] to-[#5b6cf9]
Inline CSS
style="background: linear-gradient(90deg, #ea98da 0%, #5b6cf9 100%)"