CSS code for this palette
/* CSS */
.fireglow {
color: #d65e3d;
}
.bronze-cup {
color: #e8914f;
}
.goldsmith {
color: #efb74d;
}
.dilly-dally {
color: #f3da5e;
}
.flan {
color: #f7e1b6;
}
/* CSS Variables */
:root {
--fireglow:#d65e3d;
--bronze-cup:#e8914f;
--goldsmith:#efb74d;
--dilly-dally:#f3da5e;
--flan:#f7e1b6;
}