Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c8c84;
}
.hygiene-green {
color: #5abfba;
}
.spinnaker {
color: #a3e0dd;
}
.elegant-ivory {
color: #f0e6d6;
}
.blushing-apricot {
color: #f9b9a4;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c8c84;
--hygiene-green:#5abfba;
--spinnaker:#a3e0dd;
--elegant-ivory:#f0e6d6;
--blushing-apricot:#f9b9a4;
}