Glacier Jet Gradient
Click to copy CSS
Glacier Jet
Linear gradient
Mixed tone
0 views
Colors
#6FF7E8
rgb(111, 247, 232)
hsl(173, 89%, 70%)
#1F7EA1
rgb(31, 126, 161)
hsl(196, 68%, 38%)
CSS
background: linear-gradient(90deg, #6ff7e8 0%, #1f7ea1 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#6ff7e8] to-[#1f7ea1]
Inline CSS
style="background: linear-gradient(90deg, #6ff7e8 0%, #1f7ea1 100%)"