๐จ Use this gradient for a calming, oceanic theme.
๐ก Blue is often associated with depth, stability, trust, and intelligence.
/* Cool Blues CSS Linear Gradient Background */
.gradient {
background: #2193b0;
background: linear-gradient(
to right,
#2193b0,#6dd5ed
);
}
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.