Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.chinese-gold {
color: #e0a800;
}
.festering-brown {
color: #c78b00;
}
.cumin-ochre {
color: #9e6c00;
}
.ayahuasca-vine {
color: #6b4f00;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--chinese-gold:#e0a800;
--festering-brown:#c78b00;
--cumin-ochre:#9e6c00;
--ayahuasca-vine:#6b4f00;
}