Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.syndicalist {
color: #f5c400;
}
.chinese-gold {
color: #e0a500;
}
.festering-brown {
color: #c78b00;
}
.golden-brown {
color: #b37700;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--syndicalist:#f5c400;
--chinese-gold:#e0a500;
--festering-brown:#c78b00;
--golden-brown:#b37700;
}