CSS code for this palette
/* CSS */
.red {
color: #ff0000;
}
.phaser-beam {
color: #ff4d00;
}
.vitamin-c {
color: #ff9900;
}
.sailor-moon {
color: #ffee00;
}
.yellow {
color: #ffff00;
}
/* CSS Variables */
:root {
--red:#ff0000;
--phaser-beam:#ff4d00;
--vitamin-c:#ff9900;
--sailor-moon:#ffee00;
--yellow:#ffff00;
}