๐จ This gradient works well for designs related to environment, sustainability, or organic products.
๐ก The color Olivine is named after the olive-green mineral, commonly found in Earth's subsurface.
/* Reaqua CSS Linear Gradient Background */
.gradient {
background: #799F0C;
background: linear-gradient(
to right,
#799F0C,#ACBB78
);
}
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.