๐จ Great for a calming app or website design.
๐ก This gradient mimics the colors of a serene sunrise, bringing peace to viewers.
/* Cloudy Apple CSS Linear Gradient Background */
.gradient {
background: #f3e7e9;
background: linear-gradient(
to right,
#f3e7e9,#e3eeff,#e3eeff
);
}
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.