Color names in this palette
CSS code for this palette
/* CSS */
.mom-s-pancake {
color: #f6c451;
}
.bonus-level {
color: #f8a10d;
}
.orange-gluttony {
color: #e77e23;
}
.liselotte-syrup {
color: #da500b;
}
.harissa-red {
color: #a62b2b;
}
/* CSS Variables */
:root {
--mom-s-pancake:#f6c451;
--bonus-level:#f8a10d;
--orange-gluttony:#e77e23;
--liselotte-syrup:#da500b;
--harissa-red:#a62b2b;
}