Color names in this palette
CSS code for this palette
/* CSS */
.firelight {
color: #f9d77b;
}
.bergamot-orange {
color: #f6a35a;
}
.hot-orange {
color: #f58a3d;
}
.gold-drop {
color: #d86c31;
}
.raucous-orange {
color: #c6562a;
}
/* CSS Variables */
:root {
--firelight:#f9d77b;
--bergamot-orange:#f6a35a;
--hot-orange:#f58a3d;
--gold-drop:#d86c31;
--raucous-orange:#c6562a;
}