Color names in this palette
CSS code for this palette
/* CSS */
.folk-tale {
color: #b1e2c1;
}
.yucca-cream {
color: #a4dac8;
}
.aquastone {
color: #8dc8b7;
}
.sacred-turquoise {
color: #4eb1a1;
}
.taos-turquoise {
color: #2a8d8d;
}
/* CSS Variables */
:root {
--folk-tale:#b1e2c1;
--yucca-cream:#a4dac8;
--aquastone:#8dc8b7;
--sacred-turquoise:#4eb1a1;
--taos-turquoise:#2a8d8d;
}