๐จ Use this gradient to create a calming and refreshing atmosphere.
๐ก The colors in this gradient are inspired by the peacefulness of a heavy rain shower and the tranquility of an aqua haze.
/* Heavy Rain CSS Linear Gradient Background */
.gradient {
background: #cfd9df;
background: linear-gradient(
to right,
#cfd9df,#e2ebf0
);
}
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.