Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.sun-crete {
color: #ff8c00;
}
.soviet-gold {
color: #ffd900;
}
.middle-yellow {
color: #ffea00;
}
.yellow {
color: #ffff00;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--sun-crete:#ff8c00;
--soviet-gold:#ffd900;
--middle-yellow:#ffea00;
--yellow:#ffff00;
}