Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.green-myth {
color: #c4e1c1;
}
.celery-root {
color: #d7e5b8;
}
.buttery-croissant {
color: #f3e49b;
}
.dolly-cheek {
color: #f9c9b4;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--green-myth:#c4e1c1;
--celery-root:#d7e5b8;
--buttery-croissant:#f3e49b;
--dolly-cheek:#f9c9b4;
}