๐จ Great for designs needing a pop of color!
๐ก This gradient is inspired by the vibrant colors of coral reefs.
/* Neon Life CSS Linear Gradient Background */
.gradient {
background: #B3FFAB;
background: linear-gradient(
to right,
#B3FFAB,#12FFF7
);
}
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.