Sea Blue Gradient
Click to copy CSS
Sea Blue
Linear gradient
Mixed tone
0 views
Colors
#2B5876
rgb(43, 88, 118)
hsl(204, 47%, 32%)
#4E4376
rgb(78, 67, 118)
hsl(253, 28%, 36%)
CSS
background: linear-gradient(90deg, #2b5876 0%, #4e4376 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#2b5876] to-[#4e4376]
Inline CSS
style="background: linear-gradient(90deg, #2b5876 0%, #4e4376 100%)"