🎨 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
);
}/* Velvet Sun TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#e1eec3] to-[#f05053]"></div>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.