🎨 Use this gradient for a lively, contrasting design.
💡 This gradient is reminiscent of the sunset over a bustling metropolis, hence the name 'Metapolis'.
/* Metapolis CSS Linear Gradient Background */
.gradient {
background: #659999;
background: linear-gradient(
to right,
#659999,#f4791f
);
}/* Metapolis TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#659999] to-[#f4791f]"></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.