Candy Circuit Gradient

Click to copy CSS

Candy Circuit

Linear gradient Mixed tone 0 views

Colors

#5EDEEF
rgb(94, 222, 239)
hsl(187, 82%, 65%)
#DCE956
rgb(220, 233, 86)
hsl(65, 77%, 63%)
#E98FC0
rgb(233, 143, 192)
hsl(327, 67%, 74%)

CSS

background: linear-gradient(90deg, #5edeef 0%, #dce956 50%, #e98fc0 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#5edeef] to-[#e98fc0]
Inline CSS
style="background: linear-gradient(90deg, #5edeef 0%, #dce956 50%, #e98fc0 100%)"