๐จ Great for lively, dynamic designs needing a pop of color.
๐ก This gradient is reminiscent of a summer sunset, bringing a sense of warmth and vitality.
/* Cherry CSS Linear Gradient Background */
.gradient {
background: #EB3349;
background: linear-gradient(
to right,
#EB3349,#F45C43
);
}
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.