🎨 Mix and match these vibrant colors for a refreshing and cheerful look.
💡 The Lemon Gate and Sweet Corn gradient was inspired by summer picnics and the bright colors of fresh fruits and vegetables.
/* Lemon Gate CSS Linear Gradient Background */
.gradient {
background: #96fbc4;
background: linear-gradient(
to right,
#96fbc4,#f9f586
);
}/* Lemon Gate TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#96fbc4] to-[#f9f586]"></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.