Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.capital-yellow {
color: #eab843;
}
.spicy-sweetcorn {
color: #f5a700;
}
.orange-pepper {
color: #d67900;
}
.tijolo {
color: #a85d00;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--capital-yellow:#eab843;
--spicy-sweetcorn:#f5a700;
--orange-pepper:#d67900;
--tijolo:#a85d00;
}