🎨 Use aqua as an accent on a gray background for a pop of color.
💡 The Puerto Rico aqua was named for its stunning resemblance to the crystal-clear Caribbean waters, paired perfectly with the cool Shuttle Gray, evoking a stormy sea under a tropical sky.
/* Disco CSS Linear Gradient Background */
.gradient {
background: #4ECDC4;
background: linear-gradient(
to right,
#4ECDC4,#556270
);
}/* Disco TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#4ECDC4] to-[#556270]"></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.