๐จ Use this gradient to evoke feelings of warmth and energy.
๐ก This gradient is reminiscent of a summer sunset, blending the colors of the sun and flowers.
/* Velvet Sun CSS Linear Gradient Background */
.gradient {
background: #e1eec3;
background: linear-gradient(
to right,
#e1eec3,#f05053
);
}
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.