๐จ Use this gradient for a sophisticated, moody design.
๐ก This gradient mimics the colors of a stormy sky, evoking a sense of drama and intrigue.
/* Dark Skies CSS Linear Gradient Background */
.gradient {
background: #4B79A1;
background: linear-gradient(
to right,
#4B79A1,#283E51
);
}
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.