๐จ Use this gradient for a calming, sky-themed design.
๐ก This gradient mimics the colors of a clear, sunny day's sky, from deep blue to bright white.
/* Cool Sky CSS Linear Gradient Background */
.gradient {
background: #2980B9;
background: linear-gradient(
to right,
#2980B9,#6DD5FA,#FFFFFF
);
}
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.