Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6a4e8d;
}
.cherry-brandy {
color: #e16b84;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.great-gazoo {
color: #5b9f6f;
}
.operetta-mauve {
color: #3d2a4c;
}
/* CSS Variables */
:root {
--magenta-violet:#6a4e8d;
--cherry-brandy:#e16b84;
--solar-plexus-chakra:#f1c84b;
--great-gazoo:#5b9f6f;
--operetta-mauve:#3d2a4c;
}