Color names in this palette
CSS code for this palette
/* CSS */
.jazz {
color: #5f2b30;
}
.lotus {
color: #8b4f4b;
}
.cajun-spice {
color: #c06e5d;
}
.orange-clay {
color: #e7a67e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--jazz:#5f2b30;
--lotus:#8b4f4b;
--cajun-spice:#c06e5d;
--orange-clay:#e7a67e;
--solar-plexus-chakra:#f1c84b;
}