Color names in this palette
CSS code for this palette
/* CSS */
.bell-heather {
color: #9f6eaf;
}
.pretty-petunia {
color: #d1b2e1;
}
.prom-corsage {
color: #e4c5e7;
}
.nursery-pink {
color: #f4d7e8;
}
.soft-lavender {
color: #f8e2f6;
}
/* CSS Variables */
:root {
--bell-heather:#9f6eaf;
--pretty-petunia:#d1b2e1;
--prom-corsage:#e4c5e7;
--nursery-pink:#f4d7e8;
--soft-lavender:#f8e2f6;
}