🎨 Great for designs needing warmth and energy.
💡 This gradient is inspired by the vibrant colors of a Phoenix's rebirth.
/* Phoenix Start CSS Linear Gradient Background */
.gradient {
background: #f83600;
background: linear-gradient(
to right,
#f83600,#f9d423
);
}/* Phoenix Start TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#f83600] to-[#f9d423]"></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.