๐จ Use this gradient for a clean, minimalist design.
๐ก This gradient mimics the colors of a cloudy sky, evoking calm and tranquility.
/* Clouds CSS Linear Gradient Background */
.gradient {
background: #ECE9E6;
background: linear-gradient(
to right,
#ECE9E6,#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.