๐จ Great for eco-friendly or organic themed designs.
๐ก This gradient mimics the colors of a cornfield by the water at sunrise.
/* Over Sun CSS Linear Gradient Background */
.gradient {
background: #abecd6;
background: linear-gradient(
to right,
#abecd6,#fbed96
);
}
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.