Color names in this palette
CSS code for this palette
/* CSS */
.mulled-spice {
color: #d9a578;
}
.radiant-sun {
color: #f1c950;
}
.flame-seal {
color: #f5e65b;
}
.life-is-good {
color: #e29f40;
}
.raw-copper {
color: #c66c4e;
}
/* CSS Variables */
:root {
--mulled-spice:#d9a578;
--radiant-sun:#f1c950;
--flame-seal:#f5e65b;
--life-is-good:#e29f40;
--raw-copper:#c66c4e;
}