๐จ Use this gradient for a fresh, energetic vibe.
๐ก Golden Fizz and Malachite are often used in design to symbolize growth and vitality.
/* Martini CSS Linear Gradient Background */
.gradient {
background: #FDFC47;
background: linear-gradient(
to right,
#FDFC47,#24FE41
);
}
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.