🎨 Use this gradient for a cozy, natural feel.
💡 This gradient is named after Lithium, the lightest metal, and Dallas, a city known for its warm, earthy tones.
/* Lithium CSS Linear Gradient Background */
.gradient {
background: #6D6027;
background: linear-gradient(
to right,
#6D6027,#D3CBB8
);
}/* Lithium TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#6D6027] to-[#D3CBB8]"></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.