Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5d4c8a;
}
.true-v {
color: #8e7ccb;
}
.foggy-love {
color: #d4c8ea;
}
.cheddar-corn {
color: #f8d3b4;
}
.candy-heart-pink {
color: #f7a4a1;
}
/* CSS Variables */
:root {
--bright-eggplant:#5d4c8a;
--true-v:#8e7ccb;
--foggy-love:#d4c8ea;
--cheddar-corn:#f8d3b4;
--candy-heart-pink:#f7a4a1;
}