๐จ Use this gradient for a refreshing, energetic design.
๐ก This gradient mimics the natural color transition in the sky from day to night.
/* Clear Sky CSS Linear Gradient Background */
.gradient {
background: #005C97;
background: linear-gradient(
to right,
#005C97,#363795
);
}
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.