๐จ Great for a night-to-day transition effect.
๐ก Blue gradients are often used in design to evoke feelings of calm and tranquility.
/* Between Night and Day CSS Linear Gradient Background */
.gradient {
background: #2c3e50;
background: linear-gradient(
to right,
#2c3e50,#3498db
);
}
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.