🎨 Use Limed Spruce for a bold statement, and Thistle Green to soften and balance the look.
💡 Limed Spruce is reminiscent of deep ocean waters, while Thistle Green is often associated with the softness of nature.
/* Anwar CSS Linear Gradient Background */
.gradient {
background: #334d50;
background: linear-gradient(
to right,
#334d50,#cbcaa5
);
}/* Anwar TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#334d50] to-[#cbcaa5]"></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.