Color names in this palette
CSS code for this palette
/* CSS */
.sandhill-crane {
color: #015e60;
}
.plumage {
color: #009987;
}
.billiard {
color: #00b39e;
}
.mint-leaf {
color: #00d1b2;
}
.mint-morning {
color: #00e6c3;
}
/* CSS Variables */
:root {
--sandhill-crane:#015e60;
--plumage:#009987;
--billiard:#00b39e;
--mint-leaf:#00d1b2;
--mint-morning:#00e6c3;
}