Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5f4b8b;
}
.chive-blossom {
color: #895b9f;
}
.herb-robert {
color: #d9a4e5;
}
.hopeful {
color: #f4d2e2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--bright-eggplant:#5f4b8b;
--chive-blossom:#895b9f;
--herb-robert:#d9a4e5;
--hopeful:#f4d2e2;
--creamy-sweet-corn:#f9c54e;
}