๐จ 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
);
}
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.