Color names in this palette
CSS code for this palette
/* CSS */
.espalier {
color: #2e5c3d;
}
.ineffable-forest {
color: #4c9054;
}
.jade-stone-green {
color: #6fbe7f;
}
.nihilakh-oxide {
color: #a0d9b7;
}
.peppermint-patty {
color: #d2e5d6;
}
/* CSS Variables */
:root {
--espalier:#2e5c3d;
--ineffable-forest:#4c9054;
--jade-stone-green:#6fbe7f;
--nihilakh-oxide:#a0d9b7;
--peppermint-patty:#d2e5d6;
}