๐จ 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
);
}
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.