Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.ucla-gold {
color: #ffb300;
}
.orange-juice {
color: #ff8000;
}
.phaser-beam {
color: #ff4d00;
}
.ferrari-red {
color: #ff2b00;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--ucla-gold:#ffb300;
--orange-juice:#ff8000;
--phaser-beam:#ff4d00;
--ferrari-red:#ff2b00;
}