Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.in-the-pink {
color: #f2c5d3;
}
.nursery-pink {
color: #f7d9ea;
}
.watermelon-mousse {
color: #fde2e6;
}
.fulgrim-pink {
color: #f6b6cb;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--in-the-pink:#f2c5d3;
--nursery-pink:#f7d9ea;
--watermelon-mousse:#fde2e6;
--fulgrim-pink:#f6b6cb;
}