Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5a4b8b;
}
.queen-s {
color: #7c6c9d;
}
.revered {
color: #a392b0;
}
.geranium-bud {
color: #d1a3c7;
}
.rosy-nectar {
color: #f2c4e1;
}
/* CSS Variables */
:root {
--bright-eggplant:#5a4b8b;
--queen-s:#7c6c9d;
--revered:#a392b0;
--geranium-bud:#d1a3c7;
--rosy-nectar:#f2c4e1;
}