Color names in this palette
CSS code for this palette
/* CSS */
.plumage {
color: #009987;
}
.verditer {
color: #00b3aa;
}
.amazonite {
color: #00c2b5;
}
.mint-morning {
color: #00d6c4;
}
.mint-morning {
color: #00e6cb;
}
/* CSS Variables */
:root {
--plumage:#009987;
--verditer:#00b3aa;
--amazonite:#00c2b5;
--mint-morning:#00d6c4;
--mint-morning:#00e6cb;
}