Color names in this palette
CSS code for this palette
/* CSS */
.espalier {
color: #2e5c3e;
}
.guinean-green {
color: #4b7e3e;
}
.grand-valley {
color: #8bbf7d;
}
.celery-root {
color: #d2e3ba;
}
.precious-dewdrop {
color: #f5f6e4;
}
/* CSS Variables */
:root {
--espalier:#2e5c3e;
--guinean-green:#4b7e3e;
--grand-valley:#8bbf7d;
--celery-root:#d2e3ba;
--precious-dewdrop:#f5f6e4;
}