Lilac Frost Gradient
Click to copy CSS
Lilac Frost
Linear gradient
Mixed tone
0 views
Colors
#B597F6
rgb(181, 151, 246)
hsl(259, 84%, 78%)
#96C6EA
rgb(150, 198, 234)
hsl(206, 67%, 75%)
CSS
background: linear-gradient(90deg, #b597f6 0%, #96c6ea 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#b597f6] to-[#96c6ea]
Inline CSS
style="background: linear-gradient(90deg, #b597f6 0%, #96c6ea 100%)"