🎨 Use this vibrant gradient to add a cool and calming touch to your designs.
💡 Aquamarine is believed to bring good luck and protection to sailors.
/* Sea Strike CSS Linear Gradient Background */
.gradient {
background: #77FFD2;
background: linear-gradient(
to right,
#77FFD2,#6297DB,#1EECFF
);
}/* Sea Strike TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#77FFD2] via-[#6297DB] to-[#1EECFF]"></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.