Color names in this palette
CSS code for this palette
/* CSS */
.relaxation-green {
color: #a3d49b;
}
.wildness-mint {
color: #5b9a63;
}
.green-grass {
color: #3a7e4d;
}
.espalier {
color: #2d5c38;
}
.deep-fir {
color: #1d3a23;
}
/* CSS Variables */
:root {
--relaxation-green:#a3d49b;
--wildness-mint:#5b9a63;
--green-grass:#3a7e4d;
--espalier:#2d5c38;
--deep-fir:#1d3a23;
}