Color names in this palette
CSS code for this palette
/* CSS */
.candlelight-peach {
color: #f8a3a0;
}
.maximum-yellow-red {
color: #f1b74b;
}
.golden-raspberry {
color: #f6d979;
}
.celery-root {
color: #d2e5b8;
}
.menthol-kiss {
color: #a3e0d6;
}
/* CSS Variables */
:root {
--candlelight-peach:#f8a3a0;
--maximum-yellow-red:#f1b74b;
--golden-raspberry:#f6d979;
--celery-root:#d2e5b8;
--menthol-kiss:#a3e0d6;
}