Color names in this palette
CSS code for this palette
/* CSS */
.woodman {
color: #4c5a30;
}
.moss-landing {
color: #6b7b3d;
}
.nasturtium-shoot {
color: #8ca04b;
}
.alverda {
color: #a3c770;
}
.cactus-spike {
color: #c4e09e;
}
/* CSS Variables */
:root {
--woodman:#4c5a30;
--moss-landing:#6b7b3d;
--nasturtium-shoot:#8ca04b;
--alverda:#a3c770;
--cactus-spike:#c4e09e;
}