Color names in this palette
CSS code for this palette
/* CSS */
.impressive-ivory {
color: #f4dfc3;
}
.sumptuous-peach {
color: #e4b89b;
}
.golden-aura {
color: #d09b6c;
}
.fuegan-orange {
color: #c67c4e;
}
.falling-leaves {
color: #a65b3a;
}
/* CSS Variables */
:root {
--impressive-ivory:#f4dfc3;
--sumptuous-peach:#e4b89b;
--golden-aura:#d09b6c;
--fuegan-orange:#c67c4e;
--falling-leaves:#a65b3a;
}