All Palettes

Color Palette #1a8e8e, #4ed0d0, #7ae1e1, #a5f3f3, #d1ffff

0%
0%
0%

CSS code for this palette

/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.medium-turquoise {
color: #4ed0d0;
}
.deep-aquamarine {
color: #7ae1e1;
}
.waterspout {
color: #a5f3f3;
}
.pale-blue {
color: #d1ffff;
}

/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--medium-turquoise:#4ed0d0;
--deep-aquamarine:#7ae1e1;
--waterspout:#a5f3f3;
--pale-blue:#d1ffff;
}

More palettes to explore