๐จ Great for comic-themed designs or bold visuals.
๐ก This gradient mirrors Superman's suit, a symbol of hope and justice in pop culture.
/* Superman CSS Linear Gradient Background */
.gradient {
background: #0099F7;
background: linear-gradient(
to right,
#0099F7,#F11712
);
}
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.