🎨 Use this gradient for a warm, energizing design.
💡 This gradient mimics the colors of a sunrise, symbolizing new beginnings and hope.
/* Sun on the Horizon CSS Linear Gradient Background */
.gradient {
background: #fceabb;
background: linear-gradient(
to right,
#fceabb,#f8b500
);
}/* Sun on the Horizon TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#fceabb] to-[#f8b500]"></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.