🎨 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
);
}/* Sherbert TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#f79d00] to-[#64f38c]"></div>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.