๐จ Use this gradient for a bold, high-contrast design.
๐ก This gradient is reminiscent of the natural color transition in a ripe pomegranate.
/* Compare Now CSS Linear Gradient Background */
.gradient {
background: #EF3B36;
background: linear-gradient(
to right,
#EF3B36,#FFFFFF
);
}
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.