Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c8c84;
}
.jolt-of-jade {
color: #4eb7a2;
}
.peppy {
color: #6fd3b8;
}
.aqua-wish {
color: #9fe5d3;
}
.cactus-water {
color: #d3f8e8;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c8c84;
--jolt-of-jade:#4eb7a2;
--peppy:#6fd3b8;
--aqua-wish:#9fe5d3;
--cactus-water:#d3f8e8;
}