Color names in this palette
CSS code for this palette
/* CSS */
.marigold-yellow {
color: #fbe96f;
}
.syndicalist {
color: #f5c400;
}
.chinese-gold {
color: #dba800;
}
.cumin-ochre {
color: #a36a00;
}
.pickled-grape-leaves {
color: #7a5000;
}
/* CSS Variables */
:root {
--marigold-yellow:#fbe96f;
--syndicalist:#f5c400;
--chinese-gold:#dba800;
--cumin-ochre:#a36a00;
--pickled-grape-leaves:#7a5000;
}