Color names in this palette
CSS code for this palette
/* CSS */
.golden-snitch {
color: #f2df4a;
}
.kin-gold {
color: #f59b00;
}
.aerospace-orange {
color: #ff5100;
}
.neon-rose {
color: #ff0080;
}
.vivid-orchid {
color: #c800ff;
}
/* CSS Variables */
:root {
--golden-snitch:#f2df4a;
--kin-gold:#f59b00;
--aerospace-orange:#ff5100;
--neon-rose:#ff0080;
--vivid-orchid:#c800ff;
}