CSS code for this palette
/* CSS */
.gentle-glow {
color: #f5e4b8;
}
.smoked-ham {
color: #f0b67f;
}
.sorbus {
color: #e06e38;
}
.red-panda {
color: #c04f1b;
}
.moussaka {
color: #6e2c12;
}
/* CSS Variables */
:root {
--gentle-glow:#f5e4b8;
--smoked-ham:#f0b67f;
--sorbus:#e06e38;
--red-panda:#c04f1b;
--moussaka:#6e2c12;
}