🎨 Great for a calming, nature-inspired design.
💡 Zinnwaldite is a mineral named after Zinnwald, Germany, where it was discovered.
/* Awesome Pine CSS Linear Gradient Background */
.gradient {
background: #ebbba7;
background: linear-gradient(
to right,
#ebbba7,#cfc7f8
);
}/* Awesome Pine TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#ebbba7] to-[#cfc7f8]"></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.