🎨 Add a touch of coastal charm to your designs with this invigorating gradient.
💡 Aquamarine is believed to bring good luck and protection to sailors, while Malibu is named after a beautiful beach city in California.
/* Light Blue CSS Linear Gradient Background */
.gradient {
background: #9EFBD3;
background: linear-gradient(
to right,
#9EFBD3,#57E9F2,#45D4FB
);
}/* Light Blue TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#9EFBD3] via-[#57E9F2] to-[#45D4FB]"></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.