Color names in this palette
CSS code for this palette
/* CSS */
.mint-condition {
color: #dcf9f1;
}
.ice-crystal-blue {
color: #a6e3e0;
}
.aqua-zing {
color: #7ad6d2;
}
.crystalsong-blue {
color: #4db1b3;
}
.atoll {
color: #2a7a78;
}
/* CSS Variables */
:root {
--mint-condition:#dcf9f1;
--ice-crystal-blue:#a6e3e0;
--aqua-zing:#7ad6d2;
--crystalsong-blue:#4db1b3;
--atoll:#2a7a78;
}