Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f8c5aa;
}
.pinenut {
color: #f9d7b9;
}
.casino-lights {
color: #fdf5b4;
}
.celery-root {
color: #d6e5b8;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--peach-damask:#f8c5aa;
--pinenut:#f9d7b9;
--casino-lights:#fdf5b4;
--celery-root:#d6e5b8;
--eerie-glow:#a7d7b8;
}