๐จ Great for a lively, energetic design.
๐ก This gradient is reminiscent of the 1960s 'Pop Art' color trends.
/* Orange Coral CSS Linear Gradient Background */
.gradient {
background: #ff9966;
background: linear-gradient(
to right,
#ff9966,#ff5e62
);
}
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.