Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.french-market {
color: #a1c69f;
}
.glendale {
color: #9fbf8d;
}
.celery-root {
color: #d4e5b8;
}
.martica {
color: #f5e4b7;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--french-market:#a1c69f;
--glendale:#9fbf8d;
--celery-root:#d4e5b8;
--martica:#f5e4b7;
}