Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.troll-slayer-orange {
color: #f7a64b;
}
.mandarin-rind {
color: #f5903d;
}
.exuberant-orange {
color: #f5662e;
}
.heating-lamp {
color: #f24121;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--troll-slayer-orange:#f7a64b;
--mandarin-rind:#f5903d;
--exuberant-orange:#f5662e;
--heating-lamp:#f24121;
}