๐จ Use this gradient for a calming, night-themed design.
๐ก This gradient mimics the transition of colors in the evening sky.
/* Evening Night CSS Linear Gradient Background */
.gradient {
background: #005AA7;
background: linear-gradient(
to right,
#005AA7,#FFFDE4
);
}
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.