Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.brass-mesh {
color: #e1a84c;
}
.espresso-crema {
color: #d59e3f;
}
.mineral-umber {
color: #b68e2f;
}
.hacienda {
color: #9f7c1e;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--brass-mesh:#e1a84c;
--espresso-crema:#d59e3f;
--mineral-umber:#b68e2f;
--hacienda:#9f7c1e;
}