🎨 Great for a professional, yet creative look.
💡 This gradient is inspired by the colors of the deep ocean and stormy skies.
/* Solid Vault CSS Linear Gradient Background */
.gradient {
background: #3a7bd5;
background: linear-gradient(
to right,
#3a7bd5,#3a6073
);
}/* Solid Vault TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#3a7bd5] to-[#3a6073]"></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.