Color names in this palette
CSS code for this palette
/* CSS */
.online-lime {
color: #4b8a3d;
}
.bermudagrass {
color: #6abf69;
}
.eerie-glow {
color: #a7d7b8;
}
.hint-of-mint {
color: #e1f2d4;
}
.herbal-mist {
color: #d0e7d0;
}
/* CSS Variables */
:root {
--online-lime:#4b8a3d;
--bermudagrass:#6abf69;
--eerie-glow:#a7d7b8;
--hint-of-mint:#e1f2d4;
--herbal-mist:#d0e7d0;
}