Color names in this palette
CSS code for this palette
/* CSS */
.shoe-wax {
color: #2b2b2b;
}
.bright-eggplant {
color: #5a4b8b;
}
.english-lavender {
color: #9a7bb2;
}
.pretty-petunia {
color: #d5b3e0;
}
.pale-grape {
color: #c3a2c8;
}
/* CSS Variables */
:root {
--shoe-wax:#2b2b2b;
--bright-eggplant:#5a4b8b;
--english-lavender:#9a7bb2;
--pretty-petunia:#d5b3e0;
--pale-grape:#c3a2c8;
}