🎨 Use this gradient for a bold, energetic design.
💡 This gradient is reminiscent of a sunset, symbolizing passion and energy.
/* Passion CSS Linear Gradient Background */
.gradient {
background: #e53935;
background: linear-gradient(
to right,
#e53935,#e35d5b
);
}/* Passion TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#e53935] to-[#e35d5b]"></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.