Deep Sea Space Gradient
Click to copy CSS
Deep Sea Space
Linear gradient
Mixed tone
0 views
Colors
#2C3E50
rgb(44, 62, 80)
hsl(210, 29%, 24%)
#4CA1AF
rgb(76, 161, 175)
hsl(188, 39%, 49%)
CSS
background: linear-gradient(90deg, #2c3e50 0%, #4ca1af 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#2c3e50] to-[#4ca1af]
Inline CSS
style="background: linear-gradient(90deg, #2c3e50 0%, #4ca1af 100%)"