Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f6a2b7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.storm-lightning {
color: #f9e79f;
}
.coney-island {
color: #6d7e7e;
}
.reductant {
color: #e55952;
}
/* CSS Variables */
:root {
--emperor-s-children:#f6a2b7;
--solar-plexus-chakra:#f1c84b;
--storm-lightning:#f9e79f;
--coney-island:#6d7e7e;
--reductant:#e55952;
}