Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.lily-legs {
color: #f1c6d7;
}
.light-pink-tone {
color: #f9d7da;
}
.pink-blush {
color: #f6acb7;
}
.paris-pink {
color: #d56c8d;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--lily-legs:#f1c6d7;
--light-pink-tone:#f9d7da;
--pink-blush:#f6acb7;
--paris-pink:#d56c8d;
}