CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.monarch-orange {
color: #f39c6d;
}
.orange-gluttony {
color: #e77e23;
}
.tenn {
color: #d15400;
}
.roux {
color: #9e3f00;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--monarch-orange:#f39c6d;
--orange-gluttony:#e77e23;
--tenn:#d15400;
--roux:#9e3f00;
}