Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f8c9d1;
}
.purple-thorn {
color: #f0b7c2;
}
.sandy-shore {
color: #f2e7ba;
}
.celery-root {
color: #d1e3ba;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f8c9d1;
--purple-thorn:#f0b7c2;
--sandy-shore:#f2e7ba;
--celery-root:#d1e3ba;
--eerie-glow:#a7d7b8;
}