๐จ Use this gradient for a mature, grounded design or to evoke a sense of nature.
๐ก Olivine is a common mineral in the Earth's subsurface but weathers quickly on the surface.
/* Ver Black CSS Linear Gradient Background */
.gradient {
background: #F7F8F8;
background: linear-gradient(
to right,
#F7F8F8,#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.