Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.exciting-orange {
color: #f1b07e;
}
.pumpkin-pie {
color: #e8a159;
}
.coppersmith {
color: #d78c42;
}
.ochre-maroon {
color: #c87a32;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--exciting-orange:#f1b07e;
--pumpkin-pie:#e8a159;
--coppersmith:#d78c42;
--ochre-maroon:#c87a32;
}