Socialive Gradient
Click to copy CSS
Socialive
Linear gradient
Mixed tone
0 views
Colors
#06BEB6
rgb(6, 190, 182)
hsl(177, 94%, 38%)
#48B1BF
rgb(72, 177, 191)
hsl(187, 48%, 52%)
CSS
background: linear-gradient(90deg, #06beb6 0%, #48b1bf 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#06beb6] to-[#48b1bf]
Inline CSS
style="background: linear-gradient(90deg, #06beb6 0%, #48b1bf 100%)"