๐จ Great for a mysterious, cosmic theme.
๐ก This gradient is reminiscent of the twilight hour, where day meets night.
/* Frost CSS Linear Gradient Background */
.gradient {
background: #000428;
background: linear-gradient(
to right,
#000428,#004e92
);
}
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.