Night Petal Gradient
Click to copy CSS
Night Petal
Linear gradient
Mixed tone
0 views
Colors
#392D69
rgb(57, 45, 105)
hsl(252, 40%, 29%)
#B57BEE
rgb(181, 123, 238)
hsl(270, 77%, 71%)
CSS
background: linear-gradient(90deg, #392d69 0%, #b57bee 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#392d69] to-[#b57bee]
Inline CSS
style="background: linear-gradient(90deg, #392d69 0%, #b57bee 100%)"