Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.golden-beryl-yellow {
color: #dba400;
}
.cookie-dough {
color: #a86d00;
}
.bestial-brown {
color: #6b3d00;
}
.90-cocoa {
color: #3d1f00;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--golden-beryl-yellow:#dba400;
--cookie-dough:#a86d00;
--bestial-brown:#6b3d00;
--90-cocoa:#3d1f00;
}