๐จ Great for highlighting important elements.
๐ก This gradient is reminiscent of a sunset, symbolizing endings and beginnings.
/* Blood Red CSS Linear Gradient Background */
.gradient {
background: #f85032;
background: linear-gradient(
to right,
#f85032,#e73827
);
}
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.