๐จ Mix and match these colors for a fresh and vibrant look
๐ก The Dusty Grass and Honeysuckle colors were inspired by the beauty of nature
/* Dusty Grass CSS Linear Gradient Background */
.gradient {
background: #d4fc79;
background: linear-gradient(
to right,
#d4fc79,#96e6a1
);
}
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.