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