Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.troll-slayer-orange {
color: #f1a150;
}
.coral-orange {
color: #e66947;
}
.spiced-coral {
color: #d64c5a;
}
.violetta {
color: #a76c99;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--troll-slayer-orange:#f1a150;
--coral-orange:#e66947;
--spiced-coral:#d64c5a;
--violetta:#a76c99;
}