Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.princeton-orange {
color: #ff9100;
}
.flush-orange {
color: #ff6e00;
}
.flame-of-prometheus {
color: #d63900;
}
.gory-red {
color: #9e0b00;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--princeton-orange:#ff9100;
--flush-orange:#ff6e00;
--flame-of-prometheus:#d63900;
--gory-red:#9e0b00;
}