Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #298e8e;
}
.aqueduct {
color: #5fb4b4;
}
.sweet-rhapsody {
color: #8fd6d6;
}
.bleached-aqua {
color: #bae3e3;
}
.milky-way {
color: #e4f7f7;
}
/* CSS Variables */
:root {
--taos-turquoise:#298e8e;
--aqueduct:#5fb4b4;
--sweet-rhapsody:#8fd6d6;
--bleached-aqua:#bae3e3;
--milky-way:#e4f7f7;
}