Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.vitamin-c {
color: #ff9900;
}
.soviet-gold {
color: #ffd900;
}
.bright-yellow-green {
color: #a1ff00;
}
.cyber-neon-green {
color: #00ff2b;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--vitamin-c:#ff9900;
--soviet-gold:#ffd900;
--bright-yellow-green:#a1ff00;
--cyber-neon-green:#00ff2b;
}