Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4d89;
}
.purple-mountains-majesty {
color: #9b80bc;
}
.mauve-mist {
color: #c5a0d4;
}
.dream-land {
color: #f1b1e7;
}
.palace-rose {
color: #f9c8d2;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4d89;
--purple-mountains-majesty:#9b80bc;
--mauve-mist:#c5a0d4;
--dream-land:#f1b1e7;
--palace-rose:#f9c8d2;
}