🎨 Use this gradient for a bold, high-contrast design.
💡 Red Mist gradient is inspired by the intensity of a misty sunset, combining darkness with warmth.
/* Red Mist CSS Linear Gradient Background */
.gradient {
background: #000000;
background: linear-gradient(
to right,
#000000,#e74c3c
);
}/* Red Mist TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#000000] to-[#e74c3c]"></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.