Lavender Mist Gradient
Click to copy CSS
Lavender Mist
Linear gradient
Pink tone
0 views
Colors
#E0C3FC
rgb(224, 195, 252)
hsl(271, 90%, 88%)
#8EC5FC
rgb(142, 197, 252)
hsl(210, 95%, 77%)
CSS
background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#e0c3fc] to-[#8ec5fc]
Inline CSS
style="background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%)"