๐จ Use this gradient for a bold, space-themed design.
๐ก This gradient is inspired by the colors of a hibiscus flower under a starry night sky.
/* Celestial CSS Linear Gradient Background */
.gradient {
background: #C33764;
background: linear-gradient(
to right,
#C33764,#1D2671
);
}
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.