Color names in this palette
CSS code for this palette
/* CSS */
.nanohanacha-gold {
color: #e6b22d;
}
.chanterelle {
color: #d4a61c;
}
.yellow-ochre {
color: #c7a10a;
}
.bark-sawdust {
color: #a88f00;
}
.moscow-papyrus {
color: #8f7c00;
}
/* CSS Variables */
:root {
--nanohanacha-gold:#e6b22d;
--chanterelle:#d4a61c;
--yellow-ochre:#c7a10a;
--bark-sawdust:#a88f00;
--moscow-papyrus:#8f7c00;
}