Color names in this palette
CSS code for this palette
/* CSS */
.marvelous-magic {
color: #e1c6d9;
}
.sparkle-glow {
color: #f6d2b6;
}
.syndicalist {
color: #f5c400;
}
.troll-slayer-orange {
color: #f1a14b;
}
.gold-drop {
color: #d86c31;
}
/* CSS Variables */
:root {
--marvelous-magic:#e1c6d9;
--sparkle-glow:#f6d2b6;
--syndicalist:#f5c400;
--troll-slayer-orange:#f1a14b;
--gold-drop:#d86c31;
}