Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg {
color: #7e4c3a;
}
.acorn-nut {
color: #d58848;
}
.amber-yellow {
color: #f9b55d;
}
.pearl-yellow {
color: #f2e3ba;
}
.spice-garden {
color: #c7d8b6;
}
/* CSS Variables */
:root {
--nutmeg:#7e4c3a;
--acorn-nut:#d58848;
--amber-yellow:#f9b55d;
--pearl-yellow:#f2e3ba;
--spice-garden:#c7d8b6;
}