Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f2c84a;
}
.mustard-musketeers {
color: #d6a229;
}
.buckthorn-brown {
color: #a76c20;
}
.milk-chocolate {
color: #7b4e1e;
}
.couch {
color: #4d2c1f;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f2c84a;
--mustard-musketeers:#d6a229;
--buckthorn-brown:#a76c20;
--milk-chocolate:#7b4e1e;
--couch:#4d2c1f;
}