Color names in this palette
CSS code for this palette
/* CSS */
.eggshell-paper {
color: #e0c09f;
}
.caramelo-dulce {
color: #d59f6d;
}
.acorn-nut {
color: #d48a49;
}
.festival-orange {
color: #e15e3d;
}
.painted-poppy {
color: #c94b3b;
}
/* CSS Variables */
:root {
--eggshell-paper:#e0c09f;
--caramelo-dulce:#d59f6d;
--acorn-nut:#d48a49;
--festival-orange:#e15e3d;
--painted-poppy:#c94b3b;
}