Color names in this palette
CSS code for this palette
/* CSS */
.golden-snitch {
color: #f6e246;
}
.xanthous {
color: #f0b428;
}
.pumpkin-cat {
color: #eb7e0a;
}
.chilean-fire {
color: #d25d32;
}
.viva-magenta {
color: #a14a8b;
}
/* CSS Variables */
:root {
--golden-snitch:#f6e246;
--xanthous:#f0b428;
--pumpkin-cat:#eb7e0a;
--chilean-fire:#d25d32;
--viva-magenta:#a14a8b;
}