Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.coral-blossom {
color: #f8bca0;
}
.golden-glow {
color: #f9d57b;
}
.cymophane-yellow {
color: #f3e5a5;
}
.celery-root {
color: #d2e3ba;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--coral-blossom:#f8bca0;
--golden-glow:#f9d57b;
--cymophane-yellow:#f3e5a5;
--celery-root:#d2e3ba;
}