๐จ Use this gradient for a calming, night-time design.
๐ก This gradient is named after the colors Mirage and William, often associated with the sea and night sky.
/* Mirage CSS Linear Gradient Background */
.gradient {
background: #16222A;
background: linear-gradient(
to right,
#16222A,#3A6073
);
}
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.