🎨 Use this gradient for a calming, grounded design.
💡 This gradient is inspired by the natural colors found in riverbeds and clay soil.
/* ServQuick CSS Linear Gradient Background */
.gradient {
background: #485563;
background: linear-gradient(
to right,
#485563,#29323c
);
}/* ServQuick TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#485563] to-[#29323c]"></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.