๐จ Use this gradient to create a refreshing and vibrant look.
๐ก The Caribbean Green color is inspired by the crystal-clear waters of the Caribbean Sea.
/* Crystalline CSS Linear Gradient Background */
.gradient {
background: #00cdac;
background: linear-gradient(
to right,
#00cdac,#8ddad5
);
}
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.