๐จ Use this gradient for a lively, energetic design.
๐ก This gradient mimics the colors of a lemon and lime, a classic citrus pair.
/* Lemon Lime CSS Linear Gradient Background */
.gradient {
background: #7ec6bc;
background: linear-gradient(
to right,
#7ec6bc,#ebe717
);
}
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.