Color names in this palette
CSS code for this palette
/* CSS */
.gemstone-green {
color: #4a6133;
}
.kuro-green {
color: #1e2d1a;
}
.mountain-view {
color: #3b4e3b;
}
.bowser-shell {
color: #4f6c1e;
}
.mossy-glossy {
color: #7c9a4c;
}
/* CSS Variables */
:root {
--gemstone-green:#4a6133;
--kuro-green:#1e2d1a;
--mountain-view:#3b4e3b;
--bowser-shell:#4f6c1e;
--mossy-glossy:#7c9a4c;
}