๐จ Use this gradient for a vibrant, tropical design.
๐ก This gradient is inspired by the colors of Bora Bora's lagoon and lush vegetation.
/* Bora Bora CSS Linear Gradient Background */
.gradient {
background: #2BC0E4;
background: linear-gradient(
to right,
#2BC0E4,#EAECC6
);
}
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.