Color names in this palette
CSS code for this palette
/* CSS */
.mauve-memento {
color: #a36c97;
}
.je-t-aime {
color: #b76c99;
}
.lunatic-lynx {
color: #ddae88;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.mandarin-red {
color: #e34e3b;
}
/* CSS Variables */
:root {
--mauve-memento:#a36c97;
--je-t-aime:#b76c99;
--lunatic-lynx:#ddae88;
--solar-plexus-chakra:#f1c84b;
--mandarin-red:#e34e3b;
}