Color names in this palette
CSS code for this palette
/* CSS */
.yellow-acorn {
color: #b88b4c;
}
.earth-yellow {
color: #e0a55c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.venetian-yellow {
color: #f5e6a3;
}
.stucco-wall {
color: #f3af9b;
}
/* CSS Variables */
:root {
--yellow-acorn:#b88b4c;
--earth-yellow:#e0a55c;
--solar-plexus-chakra:#f1c84b;
--venetian-yellow:#f5e6a3;
--stucco-wall:#f3af9b;
}