Ice Beam Gradient
Click to copy CSS
Ice Beam
Linear gradient
Mixed tone
0 views
Colors
#53DBF2
rgb(83, 219, 242)
hsl(189, 86%, 64%)
#CE9EEC
rgb(206, 158, 236)
hsl(277, 67%, 77%)
#3A7FF2
rgb(58, 127, 242)
hsl(218, 88%, 59%)
CSS
background: linear-gradient(90deg, #53dbf2 0%, #ce9eec 50%, #3a7ff2 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#53dbf2] to-[#3a7ff2]
Inline CSS
style="background: linear-gradient(90deg, #53dbf2 0%, #ce9eec 50%, #3a7ff2 100%)"