Pastel Cloud Gradient

Click to copy CSS

Pastel Cloud

Linear gradient Mixed tone 0 views

Colors

#F6CFBE
rgb(246, 207, 190)
hsl(18, 76%, 85%)
#B9DCF2
rgb(185, 220, 242)
hsl(203, 69%, 84%)

CSS

background: linear-gradient(90deg, #f6cfbe 0%, #b9dcf2 100%);
      

Other Formats

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