๐จ This gradient is perfect for a summer-themed design or to bring a touch of nature into your project.
๐ก The Sweet Corn color is often associated with joy and happiness, while Water Leaf represents calm and relaxation.
/* Summer Breeze CSS Linear Gradient Background */
.gradient {
background: #fbed96;
background: linear-gradient(
to right,
#fbed96,#abecd6
);
}
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.