Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.mellowed-gold {
color: #e4ab4e;
}
.acorn-nut {
color: #d48a49;
}
.raw-copper {
color: #c66c4e;
}
.delicate-prunus {
color: #a65965;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--mellowed-gold:#e4ab4e;
--acorn-nut:#d48a49;
--raw-copper:#c66c4e;
--delicate-prunus:#a65965;
}