Color names in this palette
CSS code for this palette
/* CSS */
.milk-chocolate {
color: #804f1e;
}
.taffy {
color: #c39969;
}
.cameleer {
color: #e3b25f;
}
.coppersmith {
color: #d88c3b;
}
.iron-flint {
color: #6f3b2f;
}
/* CSS Variables */
:root {
--milk-chocolate:#804f1e;
--taffy:#c39969;
--cameleer:#e3b25f;
--coppersmith:#d88c3b;
--iron-flint:#6f3b2f;
}