🎨 Use this gradient to create a cheerful and vibrant design.
💡 The Cream Can and Vivid Tangerine colors were inspired by a beautiful sunrise on a sunny morning.
/* Sunny Morning CSS Linear Gradient Background */
.gradient {
background: #f6d365;
background: linear-gradient(
to right,
#f6d365,#fda085
);
}/* Sunny Morning TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#f6d365] to-[#fda085]"></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.