๐จ Use this gradient for a calming, sophisticated design.
๐ก Stratos is a deep blue shade, often associated with depth and stability, while Lynch is a lighter, more versatile blue.
/* Afternoon CSS Linear Gradient Background */
.gradient {
background: #000C40;
background: linear-gradient(
to right,
#000C40,#607D8B
);
}
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.