Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.purple-mountains-majesty {
color: #9b7dbf;
}
.fresh-heather {
color: #d1c2e0;
}
.perfume-haze {
color: #f6e8f8;
}
.pink-marshmallow {
color: #f7b6cf;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--purple-mountains-majesty:#9b7dbf;
--fresh-heather:#d1c2e0;
--perfume-haze:#f6e8f8;
--pink-marshmallow:#f7b6cf;
}