Color names in this palette
CSS code for this palette
/* CSS */
.fair-aqua {
color: #b3dfd7;
}
.pale-jade {
color: #79c3b5;
}
.rockpool {
color: #4ea2a0;
}
.taos-turquoise {
color: #2c8c8c;
}
.mosaic-tile {
color: #1e6b6b;
}
/* CSS Variables */
:root {
--fair-aqua:#b3dfd7;
--pale-jade:#79c3b5;
--rockpool:#4ea2a0;
--taos-turquoise:#2c8c8c;
--mosaic-tile:#1e6b6b;
}