๐จ Use this gradient to create a bold and mysterious atmosphere.
๐ก The Moonwalker color scheme was inspired by the iconic moon landing of Apollo 11 in 1969.
/* Moonwalker CSS Linear Gradient Background */
.gradient {
background: #152331;
background: linear-gradient(
to right,
#152331,#000000
);
}
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.