๐จ Great for nature-themed designs.
๐ก This gradient is inspired by the lush landscapes of the Rio Grande.
/* Parklife CSS Linear Gradient Background */
.gradient {
background: #ADD100;
background: linear-gradient(
to right,
#ADD100,#7B920A
);
}
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.