Color names in this palette
CSS code for this palette
/* CSS */
.heirloom-lilac {
color: #a099b2;
}
.sweet-lilac {
color: #eab8d1;
}
.pink-fit {
color: #f5a3b4;
}
.paris-pink {
color: #d56c8d;
}
.bright-eggplant {
color: #5e4b8b;
}
/* CSS Variables */
:root {
--heirloom-lilac:#a099b2;
--sweet-lilac:#eab8d1;
--pink-fit:#f5a3b4;
--paris-pink:#d56c8d;
--bright-eggplant:#5e4b8b;
}