Desert Bloom Gradient
Click to copy CSS
Desert Bloom
Linear gradient
Mixed tone
0 views
Colors
#F9A470
rgb(249, 164, 112)
hsl(23, 92%, 71%)
#BC556F
rgb(188, 85, 111)
hsl(345, 43%, 54%)
CSS
background: linear-gradient(90deg, #f9a470 0%, #bc556f 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#f9a470] to-[#bc556f]
Inline CSS
style="background: linear-gradient(90deg, #f9a470 0%, #bc556f 100%)"