Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4c85;
}
.choral-singer {
color: #b57899;
}
.soft-cashmere {
color: #f0b7d6;
}
.australian-apricot {
color: #f4c8a4;
}
.banana-yogurt {
color: #f9e8b4;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4c85;
--choral-singer:#b57899;
--soft-cashmere:#f0b7d6;
--australian-apricot:#f4c8a4;
--banana-yogurt:#f9e8b4;
}