Color names in this palette
CSS code for this palette
/* CSS */
.changeling-pink {
color: #f2b1cc;
}
.sullivan-s-heart {
color: #f8c4d3;
}
.pink-tutu {
color: #fbe4e7;
}
.lili-elbe-s-pink {
color: #d7a3b0;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--changeling-pink:#f2b1cc;
--sullivan-s-heart:#f8c4d3;
--pink-tutu:#fbe4e7;
--lili-elbe-s-pink:#d7a3b0;
--sweet-lilac:#eab8d1;
}