Color names in this palette
CSS code for this palette
/* CSS */
.bran {
color: #a86e4d;
}
.light-ash-brown {
color: #c3a388;
}
.chopsticks {
color: #e1d2b7;
}
.ivory-oats {
color: #f7e4c0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--bran:#a86e4d;
--light-ash-brown:#c3a388;
--chopsticks:#e1d2b7;
--ivory-oats:#f7e4c0;
--solar-plexus-chakra:#f1c84b;
}