Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.golden-beryl-yellow {
color: #d6a800;
}
.bronze {
color: #a37d00;
}
.green-brown {
color: #6b5f00;
}
.highlands-moss {
color: #4a4d00;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--golden-beryl-yellow:#d6a800;
--bronze:#a37d00;
--green-brown:#6b5f00;
--highlands-moss:#4a4d00;
}