๐จ Use this gradient for a refreshing and energetic vibe in your designs.
๐ก This gradient combines two colors that are often seen in nature, especially in spring and summer seasons.
/* Ibtesam CSS Linear Gradient Background */
.gradient {
background: #00F5A0;
background: linear-gradient(
to right,
#00F5A0,#00D9F5
);
}
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.