Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.usc-gold {
color: #ffcc00;
}
.xanthe-yellow {
color: #ffeb57;
}
.flush-orange {
color: #ff6e00;
}
.akuma {
color: #d33131;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--usc-gold:#ffcc00;
--xanthe-yellow:#ffeb57;
--flush-orange:#ff6e00;
--akuma:#d33131;
}