๐จ Use it for a vibrant, contrasting design.
๐ก This gradient mimics the colors of a sunset over the ocean.
/* Evening Sunshine CSS Linear Gradient Background */
.gradient {
background: #b92b27;
background: linear-gradient(
to right,
#b92b27,#1565C0
);
}
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.