Dusty Rose Gradient

Click to copy CSS

Dusty Rose

Linear gradient Mixed tone 0 views

Colors

#B89C93
rgb(184, 156, 147)
hsl(15, 21%, 65%)
#8E6865
rgb(142, 104, 101)
hsl(4, 17%, 48%)

CSS

background: linear-gradient(90deg, #b89c93 0%, #8e6865 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#b89c93] to-[#8e6865]
Inline CSS
style="background: linear-gradient(90deg, #b89c93 0%, #8e6865 100%)"