Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.wisteria {
color: #a77ccb;
}
.pale-primrose {
color: #f0c7d2;
}
.yellow-currant {
color: #f6c56a;
}
.susu-take-bamboo {
color: #6c504b;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--wisteria:#a77ccb;
--pale-primrose:#f0c7d2;
--yellow-currant:#f6c56a;
--susu-take-bamboo:#6c504b;
}