๐จ 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
);
}
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.