Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.lush-lilac {
color: #9c7cbb;
}
.bright-ube {
color: #d6a4e5;
}
.sullivan-s-heart {
color: #f5c7d1;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--lush-lilac:#9c7cbb;
--bright-ube:#d6a4e5;
--sullivan-s-heart:#f5c7d1;
--blush-hour:#ff7092;
}