๐จ 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
);
}
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.