Decent Gradient
Click to copy CSS
Decent
Linear gradient
Mixed tone
0 views
Colors
#4CA1AF
rgb(76, 161, 175)
hsl(188, 39%, 49%)
#C4E0E5
rgb(196, 224, 229)
hsl(189, 39%, 83%)
CSS
background: linear-gradient(90deg, #4ca1af 0%, #c4e0e5 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#4ca1af] to-[#c4e0e5]
Inline CSS
style="background: linear-gradient(90deg, #4ca1af 0%, #c4e0e5 100%)"