Color names in this palette
CSS code for this palette
/* CSS */
.bonfire-night {
color: #d9683f;
}
.bright-sienna {
color: #d68b5c;
}
.clumsy-caramel {
color: #d2b67f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.alfajor-brown {
color: #a54e31;
}
/* CSS Variables */
:root {
--bonfire-night:#d9683f;
--bright-sienna:#d68b5c;
--clumsy-caramel:#d2b67f;
--solar-plexus-chakra:#f1c84b;
--alfajor-brown:#a54e31;
}