๐จ Use this gradient for relaxation-themed designs.
๐ก These colors are often used in interior design to promote tranquility and peace.
/* Colors Of Sky CSS Linear Gradient Background */
.gradient {
background: #E0EAFC;
background: linear-gradient(
to right,
#E0EAFC,#CFDEF3
);
}
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.