Color names in this palette
CSS code for this palette
/* CSS */
.green-spruce {
color: #5b9f7d;
}
.lobaria-lichen {
color: #9fc6b2;
}
.schabziger-green {
color: #e1e4b9;
}
.wake-me-up {
color: #f5d65c;
}
.momo-peach {
color: #f67481;
}
/* CSS Variables */
:root {
--green-spruce:#5b9f7d;
--lobaria-lichen:#9fc6b2;
--schabziger-green:#e1e4b9;
--wake-me-up:#f5d65c;
--momo-peach:#f67481;
}