Color names in this palette
CSS code for this palette
/* CSS */
.deep-into-the-wood {
color: #2e5c2d;
}
.nereus {
color: #4b7d3b;
}
.unakite {
color: #789e51;
}
.crystal-green {
color: #a3d27f;
}
.natural-youth {
color: #dae6b3;
}
/* CSS Variables */
:root {
--deep-into-the-wood:#2e5c2d;
--nereus:#4b7d3b;
--unakite:#789e51;
--crystal-green:#a3d27f;
--natural-youth:#dae6b3;
}