Color names in this palette
CSS code for this palette
/* CSS */
.royal-yellow {
color: #f9d94e;
}
.carona {
color: #f6a62c;
}
.miami-marmalade {
color: #f68d1e;
}
.fire-dragon-bright {
color: #f67009;
}
.willpower-orange {
color: #f55e00;
}
/* CSS Variables */
:root {
--royal-yellow:#f9d94e;
--carona:#f6a62c;
--miami-marmalade:#f68d1e;
--fire-dragon-bright:#f67009;
--willpower-orange:#f55e00;
}