Blooze Gradient
Click to copy CSS
Blooze
Linear gradient
Mixed tone
0 views
Colors
#6DA6BE
rgb(109, 166, 190)
hsl(198, 38%, 59%)
#4B859E
rgb(75, 133, 158)
hsl(198, 36%, 46%)
CSS
background: linear-gradient(90deg, #6da6be 0%, #4b859e 50%, #6da6be 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#6da6be] to-[#4b859e]
Inline CSS
style="background: linear-gradient(90deg, #6da6be 0%, #4b859e 50%, #6da6be 100%)"