Color names in this palette
CSS code for this palette
/* CSS */
.yellow-jacket {
color: #fbcb3c;
}
.troll-slayer-orange {
color: #f3a64f;
}
.sizzling-sunset {
color: #ef7e4d;
}
.fireglow {
color: #d65e3d;
}
.hibiscus-red {
color: #a1363b;
}
/* CSS Variables */
:root {
--yellow-jacket:#fbcb3c;
--troll-slayer-orange:#f3a64f;
--sizzling-sunset:#ef7e4d;
--fireglow:#d65e3d;
--hibiscus-red:#a1363b;
}