Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c8c84;
}
.shylock {
color: #5ab5a1;
}
.pearl-aqua {
color: #8dd8c0;
}
.sparkling-mint {
color: #a4e0d4;
}
.freshmint {
color: #d6f5e7;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c8c84;
--shylock:#5ab5a1;
--pearl-aqua:#8dd8c0;
--sparkling-mint:#a4e0d4;
--freshmint:#d6f5e7;
}