Color names in this palette
CSS code for this palette
/* CSS */
.pistachio-green {
color: #a7d4a1;
}
.taurus-forest-fern {
color: #6fbf4f;
}
.oregano-green {
color: #4fa93d;
}
.direct-green {
color: #3c8c26;
}
.battle-cat {
color: #2e701a;
}
/* CSS Variables */
:root {
--pistachio-green:#a7d4a1;
--taurus-forest-fern:#6fbf4f;
--oregano-green:#4fa93d;
--direct-green:#3c8c26;
--battle-cat:#2e701a;
}