Color names in this palette
CSS code for this palette
/* CSS */
.nature-s-delight {
color: #a9d18f;
}
.flat-green {
color: #6b9b50;
}
.arcala-green {
color: #3d6c3d;
}
.moselle-green {
color: #2c4e2c;
}
.queen-of-trees {
color: #1c3f1f;
}
/* CSS Variables */
:root {
--nature-s-delight:#a9d18f;
--flat-green:#6b9b50;
--arcala-green:#3d6c3d;
--moselle-green:#2c4e2c;
--queen-of-trees:#1c3f1f;
}