๐จ Great for nature-themed designs.
๐ก Viridian Green was popular in the 19th century for its stability in mixtures.
/* Earthly CSS Linear Gradient Background */
.gradient {
background: #649173;
background: linear-gradient(
to right,
#649173,#DBD5A4
);
}
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.