Color names in this palette
CSS code for this palette
/* CSS */
.jagger {
color: #3e2d48;
}
.gutsy-grape {
color: #6f4f87;
}
.mauve-memento {
color: #a36c9a;
}
.fussy-pink {
color: #e9a5b7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--jagger:#3e2d48;
--gutsy-grape:#6f4f87;
--mauve-memento:#a36c9a;
--fussy-pink:#e9a5b7;
--solar-plexus-chakra:#f1c84b;
}