Color names in this palette
CSS code for this palette
/* CSS */
.cinnamon-stone {
color: #c4563b;
}
.festival-orange {
color: #e05c3e;
}
.carrot {
color: #f76d3b;
}
.mom-s-pancake {
color: #f8c454;
}
.golden-snitch {
color: #f7e24b;
}
/* CSS Variables */
:root {
--cinnamon-stone:#c4563b;
--festival-orange:#e05c3e;
--carrot:#f76d3b;
--mom-s-pancake:#f8c454;
--golden-snitch:#f7e24b;
}