Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.citronella {
color: #69bf7c;
}
.onion-seedling {
color: #4a8c5e;
}
.parsley-sprig {
color: #3c6d4e;
}
.norfolk-green {
color: #2c493d;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--citronella:#69bf7c;
--onion-seedling:#4a8c5e;
--parsley-sprig:#3c6d4e;
--norfolk-green:#2c493d;
}