🎨 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
);
}/* Ver Black TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#F7F8F8] to-[#ACBB78]"></div>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.