Color names in this palette
CSS code for this palette
/* CSS */
.aria-ivory {
color: #f9e7d7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.harvester {
color: #efc18f;
}
.acorn-nut {
color: #d58a48;
}
.spiced-nut {
color: #be693c;
}
/* CSS Variables */
:root {
--aria-ivory:#f9e7d7;
--solar-plexus-chakra:#f1c84b;
--harvester:#efc18f;
--acorn-nut:#d58a48;
--spiced-nut:#be693c;
}