🎨 Use this gradient for a fresh, beachy design.
💡 This gradient is inspired by the beautiful beaches of Puerto Rico.
/* Aqualicious CSS Linear Gradient Background */
.gradient {
background: #50C9C3;
background: linear-gradient(
to right,
#50C9C3,#96DEDA
);
}/* Aqualicious TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#50C9C3] to-[#96DEDA]"></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.