Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00bdad;
}
.reptile-green {
color: #2edc9c;
}
.thallium-flame {
color: #5bf1a1;
}
.hiroshima-aquamarine {
color: #80ffd4;
}
.peppermint-frosting {
color: #b3fff0;
}
/* CSS Variables */
:root {
--verditer:#00bdad;
--reptile-green:#2edc9c;
--thallium-flame:#5bf1a1;
--hiroshima-aquamarine:#80ffd4;
--peppermint-frosting:#b3fff0;
}