Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.palomino-gold {
color: #dbb300;
}
.hidden-tribe {
color: #b89f00;
}
.bark-sawdust {
color: #a88f00;
}
.sunlit-kelp-green {
color: #806c00;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--palomino-gold:#dbb300;
--hidden-tribe:#b89f00;
--bark-sawdust:#a88f00;
--sunlit-kelp-green:#806c00;
}