Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.crown-jewels {
color: #9c6db0;
}
.think-pink {
color: #e0a3c2;
}
.satin-latour {
color: #f9d9ae;
}
.porcelain-rose {
color: #ef6c6c;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--crown-jewels:#9c6db0;
--think-pink:#e0a3c2;
--satin-latour:#f9d9ae;
--porcelain-rose:#ef6c6c;
}