Pop Breeze Gradient

Click to copy CSS

Pop Breeze

Linear gradient Mixed tone 0 views

Colors

#58EFEC
rgb(88, 239, 236)
hsl(179, 83%, 64%)
#E85C90
rgb(232, 92, 144)
hsl(338, 75%, 64%)
#FCC9BA
rgb(252, 201, 186)
hsl(14, 92%, 86%)

CSS

background: linear-gradient(90deg, #58efec 0%, #e85c90 50%, #fcc9ba 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#58efec] to-[#fcc9ba]
Inline CSS
style="background: linear-gradient(90deg, #58efec 0%, #e85c90 50%, #fcc9ba 100%)"