Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a3a1;
}
.allspice {
color: #f9cca9;
}
.banana-br-l-e {
color: #f7ebbb;
}
.celery-root {
color: #d5e6b7;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a3a1;
--allspice:#f9cca9;
--banana-br-l-e:#f7ebbb;
--celery-root:#d5e6b7;
--eerie-glow:#a7d7b8;
}