Color names in this palette
CSS code for this palette
/* CSS */
.plum-dust {
color: #a64e8c;
}
.paris-pink {
color: #d56c8c;
}
.whimsy {
color: #ed9b8c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.grapes-of-italy {
color: #6b4b8b;
}
/* CSS Variables */
:root {
--plum-dust:#a64e8c;
--paris-pink:#d56c8c;
--whimsy:#ed9b8c;
--solar-plexus-chakra:#f1c84b;
--grapes-of-italy:#6b4b8b;
}