Color names in this palette
CSS code for this palette
/* CSS */
.greeny-glaze {
color: #0a7075;
}
.caicos-turquoise {
color: #2cb5b5;
}
.may-day {
color: #4dd1c2;
}
.sparkling-mint {
color: #a4e0d7;
}
.frosty-mint {
color: #def7f1;
}
/* CSS Variables */
:root {
--greeny-glaze:#0a7075;
--caicos-turquoise:#2cb5b5;
--may-day:#4dd1c2;
--sparkling-mint:#a4e0d7;
--frosty-mint:#def7f1;
}