Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.spicy-paella {
color: #f28e36;
}
.obstinate-orange {
color: #d75c28;
}
.sun-s-rage {
color: #a84d34;
}
.traditional-leather {
color: #6e4f3f;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--spicy-paella:#f28e36;
--obstinate-orange:#d75c28;
--sun-s-rage:#a84d34;
--traditional-leather:#6e4f3f;
}