๐จ Use this gradient for dynamic, energetic designs.
๐ก This gradient mimics the colors of a sunset, a daily phenomenon caused by Earth's rotation.
/* Flame CSS Linear Gradient Background */
.gradient {
background: #ff0000;
background: linear-gradient(
to right,
#ff0000,#fdcf58
);
}
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.