๐จ Use this gradient for a tropical, beachy vibe.
๐ก This gradient mirrors the stunning hues of the Maldives, known for its vibrant turquoise waters.
/* Maldives CSS Linear Gradient Background */
.gradient {
background: #B2FEFA;
background: linear-gradient(
to right,
#B2FEFA,#0ED2F7
);
}
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.