Lollipop Crush Gradient

Click to copy CSS

Lollipop Crush

Linear gradient Mixed tone 0 views

Colors

#FCF3C4
rgb(252, 243, 196)
hsl(50, 90%, 88%)
#F962A0
rgb(249, 98, 160)
hsl(335, 93%, 68%)
#AA96F9
rgb(170, 150, 249)
hsl(252, 89%, 78%)

CSS

background: linear-gradient(90deg, #fcf3c4 0%, #f962a0 50%, #aa96f9 100%);
      

Other Formats

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