๐จ 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
);
}
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.