๐จ Use it for a vibrant, contrasting design.
๐ก Starfall gradient is inspired by the colors of a falling star in the night sky.
/* Starfall CSS Linear Gradient Background */
.gradient {
background: #F0C27B;
background: linear-gradient(
to right,
#F0C27B,#4B1248
);
}
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.