Color names in this palette
CSS code for this palette
/* CSS */
.norfolk-green {
color: #2f4b3f;
}
.kale-green {
color: #4c6b5b;
}
.herbal-scent {
color: #8b9d7b;
}
.reed {
color: #c1d6a4;
}
.spring-morn {
color: #e6f1d5;
}
/* CSS Variables */
:root {
--norfolk-green:#2f4b3f;
--kale-green:#4c6b5b;
--herbal-scent:#8b9d7b;
--reed:#c1d6a4;
--spring-morn:#e6f1d5;
}