Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.golden-rod {
color: #e2aa1d;
}
.rapeseed {
color: #c2930f;
}
.cumin-ochre {
color: #a36a00;
}
.spear-shaft {
color: #8a5a00;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--golden-rod:#e2aa1d;
--rapeseed:#c2930f;
--cumin-ochre:#a36a00;
--spear-shaft:#8a5a00;
}