🎨 Use this gradient for dynamic, energetic designs.
💡 This gradient mimics the colors of a sunset, a daily phenomenon caused by Earth's rotation.
/* Flame CSS Linear Gradient Background */
.gradient {
background: #ff0000;
background: linear-gradient(
to right,
#ff0000,#fdcf58
);
}/* Flame TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#ff0000] to-[#fdcf58]"></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.