Color names in this palette
CSS code for this palette
/* CSS */
.mountain-range-green {
color: #2a3823;
}
.gully-green {
color: #4d6d3c;
}
.mossy-glossy {
color: #7a9b50;
}
.sapling {
color: #a1c15c;
}
.garden-leek {
color: #d8e1a8;
}
/* CSS Variables */
:root {
--mountain-range-green:#2a3823;
--gully-green:#4d6d3c;
--mossy-glossy:#7a9b50;
--sapling:#a1c15c;
--garden-leek:#d8e1a8;
}