Color names in this palette
CSS code for this palette
/* CSS */
.manganese-red {
color: #e52a4f;
}
.peppermint-swirl {
color: #d85a7e;
}
.iced-vovo {
color: #e3a5b4;
}
.golden-mary {
color: #f6bb3c;
}
.solar-plexus-chakra {
color: #f2c84a;
}
/* CSS Variables */
:root {
--manganese-red:#e52a4f;
--peppermint-swirl:#d85a7e;
--iced-vovo:#e3a5b4;
--golden-mary:#f6bb3c;
--solar-plexus-chakra:#f2c84a;
}