๐จ Use this gradient for a lively, energetic design.
๐ก This gradient represents the Rastafari colors, symbolizing nature, peace, and the blood of martyrs.
/* Rastafari CSS Linear Gradient Background */
.gradient {
background: #1E9600;
background: linear-gradient(
to right,
#1E9600,#FFF200,#FF0000
);
}
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.