Color names in this palette
CSS code for this palette
/* CSS */
.mint-condition {
color: #dcf9f1;
}
.sparkling-mint {
color: #a3e0d3;
}
.medium-turquoise {
color: #4dd5c8;
}
.glass-jar-blue {
color: #1bb6a9;
}
.plumage {
color: #00998a;
}
/* CSS Variables */
:root {
--mint-condition:#dcf9f1;
--sparkling-mint:#a3e0d3;
--medium-turquoise:#4dd5c8;
--glass-jar-blue:#1bb6a9;
--plumage:#00998a;
}