Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.moldy-ochre {
color: #d6a400;
}
.bark-sawdust {
color: #a88f00;
}
.sunlit-kelp-green {
color: #806c00;
}
.scorzonera-brown {
color: #4d4a00;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--moldy-ochre:#d6a400;
--bark-sawdust:#a88f00;
--sunlit-kelp-green:#806c00;
--scorzonera-brown:#4d4a00;
}