Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c8c84;
}
.ambrosial-oceanside {
color: #40b09d;
}
.sweet-garden {
color: #5cd1b4;
}
.overtone {
color: #a2e2b3;
}
.lighthouse {
color: #f2f8f4;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c8c84;
--ambrosial-oceanside:#40b09d;
--sweet-garden:#5cd1b4;
--overtone:#a2e2b3;
--lighthouse:#f2f8f4;
}