🎨 Great for a calming, ocean-themed design.
💡 This gradient is inspired by the deep blue hues of the Caribbean Sea.
/* Sea Blue CSS Linear Gradient Background */
.gradient {
background: #2b5876;
background: linear-gradient(
to right,
#2b5876,#4e4376
);
}/* Sea Blue TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#2b5876] to-[#4e4376]"></div>You can use this gradient in your UI design in many ways, for example as a background in a tweet, for buttons or as a text gradient.