🎨 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
);
}/* Bora Bora TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#2BC0E4] to-[#EAECC6]"></div>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.