๐จ Great for a bold, energetic design.
๐ก This gradient is reminiscent of the colors in a pomegranate and buttercup flower.
/* Flare CSS Linear Gradient Background */
.gradient {
background: #f12711;
background: linear-gradient(
to right,
#f12711,#f5af19
);
}
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.