๐จ Great for a bold, energetic design.
๐ก This gradient mimics the hues found in a meteorite's fiery descent.
/* Relay CSS Linear Gradient Background */
.gradient {
background: #3A1C71;
background: linear-gradient(
to right,
#3A1C71,#D76D77,#FFAF7B
);
}
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.