Color names in this palette
CSS code for this palette
/* CSS */
.am-lie-s-tutu {
color: #fca6c1;
}
.lavender-candy {
color: #f9b4da;
}
.nursery-pink {
color: #f5d6e6;
}
.prettiest-pink {
color: #e6a2c8;
}
.paris-pink {
color: #d66b8d;
}
/* CSS Variables */
:root {
--am-lie-s-tutu:#fca6c1;
--lavender-candy:#f9b4da;
--nursery-pink:#f5d6e6;
--prettiest-pink:#e6a2c8;
--paris-pink:#d66b8d;
}