Color names in this palette
CSS code for this palette
/* CSS */
.knockout-orange {
color: #e26e40;
}
.casablanca {
color: #f1b350;
}
.solar-plexus-chakra {
color: #f2c84a;
}
.cymophane-yellow {
color: #f4e5a4;
}
.geranium-bud {
color: #d09fc7;
}
/* CSS Variables */
:root {
--knockout-orange:#e26e40;
--casablanca:#f1b350;
--solar-plexus-chakra:#f2c84a;
--cymophane-yellow:#f4e5a4;
--geranium-bud:#d09fc7;
}