๐จ Use this gradient for a bold, space-themed design.
๐ก This gradient mirrors the colors of Jupiter, the largest planet in our solar system.
/* Jupiter CSS Linear Gradient Background */
.gradient {
background: #ffd89b;
background: linear-gradient(
to right,
#ffd89b,#19547b
);
}
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.