🎨 Great for a modern, minimalist website design.
💡 Ebony Clay is often used in design to evoke a sense of mystery and elegance.
/* Titanium CSS Linear Gradient Background */
.gradient {
background: #283048;
background: linear-gradient(
to right,
#283048,#859398
);
}/* Titanium TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#283048] to-[#859398]"></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.