Color names in this palette
CSS code for this palette
/* CSS */
.imperial-palace {
color: #5e4f7d;
}
.grapes-of-italy {
color: #6e4e8d;
}
.wisteria-purple {
color: #8b5f9b;
}
.creeping-bellflower {
color: #b384c2;
}
.romantic-morning {
color: #e1b7e0;
}
/* CSS Variables */
:root {
--imperial-palace:#5e4f7d;
--grapes-of-italy:#6e4e8d;
--wisteria-purple:#8b5f9b;
--creeping-bellflower:#b384c2;
--romantic-morning:#e1b7e0;
}