Color names in this palette
CSS code for this palette
/* CSS */
.chinaberry-bloom {
color: #d6c2d5;
}
.pixieland {
color: #b2a9c7;
}
.royal-raul {
color: #8d78b5;
}
.bright-eggplant {
color: #5a4c85;
}
.jakarta-skyline {
color: #3f2b5a;
}
/* CSS Variables */
:root {
--chinaberry-bloom:#d6c2d5;
--pixieland:#b2a9c7;
--royal-raul:#8d78b5;
--bright-eggplant:#5a4c85;
--jakarta-skyline:#3f2b5a;
}