Color names in this palette
CSS code for this palette
/* CSS */
.coolbox-ice-turquoise {
color: #4c9d9e;
}
.florida-turquoise {
color: #6bb8b1;
}
.everest {
color: #9de2de;
}
.mint-macaron {
color: #b4f3f1;
}
.mint-condition {
color: #def7f5;
}
/* CSS Variables */
:root {
--coolbox-ice-turquoise:#4c9d9e;
--florida-turquoise:#6bb8b1;
--everest:#9de2de;
--mint-macaron:#b4f3f1;
--mint-condition:#def7f5;
}