Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.golden-koi {
color: #e9a649;
}
.sweet-potato {
color: #d77a3c;
}
.martian-ironearth {
color: #c3574b;
}
.magenta-haze {
color: #9f4175;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--golden-koi:#e9a649;
--sweet-potato:#d77a3c;
--martian-ironearth:#c3574b;
--magenta-haze:#9f4175;
}