๐จ Great for fantasy-themed designs or mystical branding.
๐ก This gradient is inspired by the colors of precious gemstones, symbolizing wealth and power.
/* Magic CSS Linear Gradient Background */
.gradient {
background: #59C173;
background: linear-gradient(
to right,
#59C173,#a17fe0,#5D26C1
);
}
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.