Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.purple-mountains-majesty {
color: #9c7fbd;
}
.pretty-petunia {
color: #d1b2e0;
}
.perfume-haze {
color: #f1e8f7;
}
.yellow-tulip {
color: #f5cf70;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--purple-mountains-majesty:#9c7fbd;
--pretty-petunia:#d1b2e0;
--perfume-haze:#f1e8f7;
--yellow-tulip:#f5cf70;
}