Color names in this palette
CSS code for this palette
/* CSS */
.mint-condition {
color: #dcf9f1;
}
.ice-crystal-blue {
color: #a4e5e0;
}
.throat-chakra {
color: #68d1d4;
}
.message-green {
color: #3ab6b0;
}
.plumage {
color: #00998a;
}
/* CSS Variables */
:root {
--mint-condition:#dcf9f1;
--ice-crystal-blue:#a4e5e0;
--throat-chakra:#68d1d4;
--message-green:#3ab6b0;
--plumage:#00998a;
}