CSS code for this palette
/* CSS */
.deep-fir {
color: #1c3b26;
}
.espalier {
color: #2e5c3e;
}
.como {
color: #4b7c58;
}
.flashman {
color: #7dbf8b;
}
.overtone {
color: #a3e0b6;
}
/* CSS Variables */
:root {
--deep-fir:#1c3b26;
--espalier:#2e5c3e;
--como:#4b7c58;
--flashman:#7dbf8b;
--overtone:#a3e0b6;
}