Color names in this palette
CSS code for this palette
/* CSS */
.deep-fir {
color: #1e3e26;
}
.medium-grey-green {
color: #4e6e4e;
}
.green-grey {
color: #7b9d7b;
}
.enchanted-meadow {
color: #b6d8b6;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--deep-fir:#1e3e26;
--medium-grey-green:#4e6e4e;
--green-grey:#7b9d7b;
--enchanted-meadow:#b6d8b6;
--bleached-silk:#f2f2f2;
}