ServQuick Gradient
Click to copy CSS
ServQuick
Linear gradient
Mixed tone
0 views
Colors
#485563
rgb(72, 85, 99)
hsl(211, 16%, 34%)
#29323C
rgb(41, 50, 60)
hsl(212, 19%, 20%)
CSS
background: linear-gradient(90deg, #485563 0%, #29323c 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#485563] to-[#29323c]
Inline CSS
style="background: linear-gradient(90deg, #485563 0%, #29323c 100%)"