Color names in this palette
CSS code for this palette
/* CSS */
.sherwood-green {
color: #1d3f34;
}
.foliage-green {
color: #3c6d5b;
}
.bermudagrass {
color: #69bf74;
}
.mint-parfait {
color: #b9e4b9;
}
.zappy-zebra {
color: #f0f3f4;
}
/* CSS Variables */
:root {
--sherwood-green:#1d3f34;
--foliage-green:#3c6d5b;
--bermudagrass:#69bf74;
--mint-parfait:#b9e4b9;
--zappy-zebra:#f0f3f4;
}