Color names in this palette
CSS code for this palette
/* CSS */
.corn-maze {
color: #e0aa6c;
}
.persian-orange {
color: #d88e5a;
}
.fuegan-orange {
color: #c6804e;
}
.ginger-dough {
color: #af6c3c;
}
.chili-con-carne {
color: #995a2e;
}
/* CSS Variables */
:root {
--corn-maze:#e0aa6c;
--persian-orange:#d88e5a;
--fuegan-orange:#c6804e;
--ginger-dough:#af6c3c;
--chili-con-carne:#995a2e;
}