Color names in this palette
CSS code for this palette
/* CSS */
.granny-smith-apple {
color: #a0dd8d;
}
.appleton {
color: #72b67a;
}
.greenbrier {
color: #4d9d68;
}
.amazon {
color: #3a7855;
}
.fresh-mint {
color: #2a5a45;
}
/* CSS Variables */
:root {
--granny-smith-apple:#a0dd8d;
--appleton:#72b67a;
--greenbrier:#4d9d68;
--amazon:#3a7855;
--fresh-mint:#2a5a45;
}