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