Color names in this palette
CSS code for this palette
/* CSS */
.plum-dust {
color: #a64e8c;
}
.paris-pink {
color: #d86f8b;
}
.wisley-pink {
color: #f2a69c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.gentle-doe {
color: #e9b795;
}
/* CSS Variables */
:root {
--plum-dust:#a64e8c;
--paris-pink:#d86f8b;
--wisley-pink:#f2a69c;
--solar-plexus-chakra:#f1c84b;
--gentle-doe:#e9b795;
}