Color names in this palette
CSS code for this palette
/* CSS */
.maizena {
color: #f6ec60;
}
.golden-snitch {
color: #f7e24b;
}
.dream-of-spring {
color: #f8cf2a;
}
.xanthous {
color: #f2b32c;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--maizena:#f6ec60;
--golden-snitch:#f7e24b;
--dream-of-spring:#f8cf2a;
--xanthous:#f2b32c;
--dodgeroll-gold:#f39c12;
}