Ash Gradient
Click to copy CSS
Ash
Linear gradient
Mixed tone
0 views
Colors
#606C88
rgb(96, 108, 136)
hsl(222, 17%, 45%)
#3F4C6B
rgb(63, 76, 107)
hsl(222, 26%, 33%)
CSS
background: linear-gradient(90deg, #606c88 0%, #3f4c6b 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#606c88] to-[#3f4c6b]
Inline CSS
style="background: linear-gradient(90deg, #606c88 0%, #3f4c6b 100%)"