๐จ Use this gradient to create a soft and calming atmosphere in your designs.
๐ก The Cloudy Knoxville gradient was inspired by the beautiful colors of a cloudy sky at sunset.
/* Cloudy Knoxville CSS Linear Gradient Background */
.gradient {
background: #fdfbfb;
background: linear-gradient(
to right,
#fdfbfb,#ebedee
);
}
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.