๐จ Use this gradient for a refreshing, clean design.
๐ก This gradient is inspired by the colors of a limeade drink and cumulus clouds.
/* Limeade CSS Linear Gradient Background */
.gradient {
background: #A1FFCE;
background: linear-gradient(
to right,
#A1FFCE,#FAFFD1
);
}
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.