Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c8c84;
}
.water-park {
color: #4eb19f;
}
.peppy {
color: #6dd5b2;
}
.aqua-wish {
color: #a3e1d1;
}
.classic-chalk {
color: #f3f5f0;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c8c84;
--water-park:#4eb19f;
--peppy:#6dd5b2;
--aqua-wish:#a3e1d1;
--classic-chalk:#f3f5f0;
}