Color names in this palette
CSS code for this palette
/* CSS */
.deep-fir {
color: #1d3a26;
}
.midnight-clover {
color: #3a594c;
}
.fuchsite-green {
color: #5e7d70;
}
.summertown {
color: #8dbf9c;
}
.jade-spell {
color: #c2e5d4;
}
/* CSS Variables */
:root {
--deep-fir:#1d3a26;
--midnight-clover:#3a594c;
--fuchsite-green:#5e7d70;
--summertown:#8dbf9c;
--jade-spell:#c2e5d4;
}