Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.hot-butter {
color: #e6a100;
}
.dulce-de-leche {
color: #d57e1a;
}
.g-d-on-brown {
color: #7a4b00;
}
.black-liquorice {
color: #3b3b3b;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--hot-butter:#e6a100;
--dulce-de-leche:#d57e1a;
--g-d-on-brown:#7a4b00;
--black-liquorice:#3b3b3b;
}