🎨 Use this gradient to create a sophisticated and earthy look.
💡 The Timberwolf color is inspired by the fur of the gray wolf.
/* Rich Metal CSS Linear Gradient Background */
.gradient {
background: #d7d2cc;
background: linear-gradient(
to right,
#d7d2cc,#304352
);
}/* Rich Metal TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#d7d2cc] to-[#304352]"></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.