Pastel Rose Gradient

Click to copy CSS

Pastel Rose

Linear gradient Pink tone 0 views

Colors

#FBC2EB
rgb(251, 194, 235)
hsl(317, 88%, 87%)
#FCDFF3
rgb(252, 223, 243)
hsl(319, 83%, 93%)

CSS

background: linear-gradient(135deg, #fbc2eb 0%, #fcdff3 100%);
      

Other Formats

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