🎨 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
);
}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.