🎨 Use this gradient for a calming, aquatic theme.
💡 This gradient mimics the deep blues of the world's largest oceans.
/* Inbox CSS Linear Gradient Background */
.gradient {
background: #457fca;
background: linear-gradient(
to right,
#457fca,#5691c8
);
}/* Inbox TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#457fca] to-[#5691c8]"></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.