Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.flat-green {
color: #6c9a4c;
}
.guinean-green {
color: #4b803c;
}
.deep-into-the-wood {
color: #2e5a2a;
}
.queen-of-trees {
color: #193e1c;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--flat-green:#6c9a4c;
--guinean-green:#4b803c;
--deep-into-the-wood:#2e5a2a;
--queen-of-trees:#193e1c;
}