Dusty Lilac Gradient
Click to copy CSS
Dusty Lilac
Linear gradient
Mixed tone
0 views
Colors
#B190BA
rgb(177, 144, 186)
hsl(287, 23%, 65%)
#E8B595
rgb(232, 181, 149)
hsl(23, 64%, 75%)
CSS
background: linear-gradient(90deg, #b190ba 0%, #e8b595 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#b190ba] to-[#e8b595]
Inline CSS
style="background: linear-gradient(90deg, #b190ba 0%, #e8b595 100%)"