🎨 Great for a calming, serene website or app theme.
💡 This gradient is named after the Battle of Waterloo and the mystic arts.
/* Mystic CSS Linear Gradient Background */
.gradient {
background: #757F9A;
background: linear-gradient(
to right,
#757F9A,#D7DDE8
);
}/* Mystic TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#757F9A] to-[#D7DDE8]"></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.