Fairy Dust Gradient

Click to copy CSS

Fairy Dust

Linear gradient Pink tone 0 views

Colors

#FCF4DF
rgb(252, 244, 223)
hsl(43, 83%, 93%)
#EFB7EA
rgb(239, 183, 234)
hsl(305, 64%, 83%)
#D66FEE
rgb(214, 111, 238)
hsl(289, 79%, 68%)

CSS

background: linear-gradient(90deg, #fcf4df 0%, #efb7ea 50%, #d66fee 100%);
      

Other Formats

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