๐จ Use this for a fresh, energetic vibe.
๐ก This gradient is reminiscent of the 80s neon trend.
/* Sherbert CSS Linear Gradient Background */
.gradient {
background: #f79d00;
background: linear-gradient(
to right,
#f79d00,#64f38c
);
}
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.