Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.purple-mountains-majesty {
color: #9a7cc0;
}
.spring-wisteria {
color: #d5a4df;
}
.rosy-nectar {
color: #f5c2e0;
}
.strawberry-shortcake {
color: #f78d99;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--purple-mountains-majesty:#9a7cc0;
--spring-wisteria:#d5a4df;
--rosy-nectar:#f5c2e0;
--strawberry-shortcake:#f78d99;
}