๐จ Great for a lively, energetic design.
๐ก This gradient is reminiscent of the colors found in the tropical rainforests of Java.
/* Subu CSS Linear Gradient Background */
.gradient {
background: #0cebeb;
background: linear-gradient(
to right,
#0cebeb,#20e3b2,#29ffc6
);
}
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.