Cotton Candy Gradient

Click to copy CSS

Cotton Candy

Linear gradient Pink tone 0 views

Colors

#FBC2EB
rgb(251, 194, 235)
hsl(317, 88%, 87%)
#A6C1EE
rgb(166, 193, 238)
hsl(218, 68%, 79%)

CSS

background: linear-gradient(90deg, #fbc2eb 0%, #a6c1ee 100%);
      

Other Formats

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