๐จ Use this gradient for a mysterious, space-themed design.
๐ก This gradient is inspired by the colors of asteroids in moonlight, adding a cosmic touch.
/* Moonlit Asteroid CSS Linear Gradient Background */
.gradient {
background: #0F2027;
background: linear-gradient(
to right,
#0F2027,#203A43,#2C5364
);
}
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.