๐จ Great for highlighting important elements.
๐ก This gradient is often used in designs to evoke feelings of warmth, energy, and movement.
/* Burning Orange CSS Linear Gradient Background */
.gradient {
background: #FF416C;
background: linear-gradient(
to right,
#FF416C,#FF4B2B
);
}
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.