Color names in this palette
CSS code for this palette
/* CSS */
.aztec-glimmer {
color: #e5b348;
}
.dull-orange {
color: #d88a3b;
}
.burnt-copper {
color: #c46b3b;
}
.falling-leaves {
color: #a65b3a;
}
.leather-satchel {
color: #7e4f3a;
}
/* CSS Variables */
:root {
--aztec-glimmer:#e5b348;
--dull-orange:#d88a3b;
--burnt-copper:#c46b3b;
--falling-leaves:#a65b3a;
--leather-satchel:#7e4f3a;
}