Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.pico-orange {
color: #ffa200;
}
.shocking-orange {
color: #ff6d1f;
}
.aerospace-orange {
color: #ff5100;
}
.flame-of-prometheus {
color: #d63900;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--pico-orange:#ffa200;
--shocking-orange:#ff6d1f;
--aerospace-orange:#ff5100;
--flame-of-prometheus:#d63900;
}