Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.syndicalist {
color: #f5c400;
}
.mustard-yellow {
color: #e6b000;
}
.chinese-gold {
color: #e0a500;
}
.orange-pepper {
color: #d67d00;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--syndicalist:#f5c400;
--mustard-yellow:#e6b000;
--chinese-gold:#e0a500;
--orange-pepper:#d67d00;
}