🎨 Use this gradient to create a refreshing and vibrant look in your designs.
💡 The Aqua Splash and Chathams Blue combination is reminiscent of tropical waters, while the Monte Carlo adds a touch of elegance.
/* Aqua Splash CSS Linear Gradient Background */
.gradient {
background: #13547a;
background: linear-gradient(
to right,
#13547a,#80d0c7
);
}/* Aqua Splash TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#13547a] to-[#80d0c7]"></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.