Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.chrome-yellow {
color: #faa700;
}
.orange-juice {
color: #ff8000;
}
.phaser-beam {
color: #ff4d00;
}
.boiling-magma {
color: #ff2f00;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--chrome-yellow:#faa700;
--orange-juice:#ff8000;
--phaser-beam:#ff4d00;
--boiling-magma:#ff2f00;
}