Color names in this palette
CSS code for this palette
/* CSS */
.her-highness {
color: #3e2b6e;
}
.bright-eggplant {
color: #5b4b8b;
}
.divine {
color: #987a9f;
}
.think-pink {
color: #e6a7c3;
}
.rose-reminder {
color: #f5c2c8;
}
/* CSS Variables */
:root {
--her-highness:#3e2b6e;
--bright-eggplant:#5b4b8b;
--divine:#987a9f;
--think-pink:#e6a7c3;
--rose-reminder:#f5c2c8;
}