CSS code for this palette
/* CSS */
.deep-fir {
color: #1b3c26;
}
.espalier {
color: #2e5c40;
}
.como {
color: #4c7b59;
}
.oilcloth-green {
color: #7dbf90;
}
.tropical {
color: #a1e8c8;
}
/* CSS Variables */
:root {
--deep-fir:#1b3c26;
--espalier:#2e5c40;
--como:#4c7b59;
--oilcloth-green:#7dbf90;
--tropical:#a1e8c8;
}