๐จ Great for highlighting important elements.
๐ก This gradient is inspired by the Firewatch game's iconic sunset.
/* Firewatch CSS Linear Gradient Background */
.gradient {
background: #cb2d3e;
background: linear-gradient(
to right,
#cb2d3e,#ef473a
);
}
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.