Color names in this palette
CSS code for this palette
/* CSS */
.gully-green {
color: #4c703e;
}
.chestnut-green {
color: #2d4927;
}
.queen-of-trees {
color: #19381a;
}
.moselle-green {
color: #2b502d;
}
.mossy-glossy {
color: #7a994d;
}
/* CSS Variables */
:root {
--gully-green:#4c703e;
--chestnut-green:#2d4927;
--queen-of-trees:#19381a;
--moselle-green:#2b502d;
--mossy-glossy:#7a994d;
}