๐จ Use this gradient to evoke feelings of warmth and freshness.
๐ก This gradient is inspired by the natural colors of a winter sunset, a rare and beautiful phenomenon.
/* Virgin CSS Linear Gradient Background */
.gradient {
background: #C9FFBF;
background: linear-gradient(
to right,
#C9FFBF,#FFAFBD
);
}
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.