Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f2b5d7;
}
.prettiest-pink {
color: #e8a1ca;
}
.firm-pink {
color: #d68fcc;
}
.lavender-blossom {
color: #b984e1;
}
.sweetheart {
color: #f4c3d6;
}
/* CSS Variables */
:root {
--soft-cashmere:#f2b5d7;
--prettiest-pink:#e8a1ca;
--firm-pink:#d68fcc;
--lavender-blossom:#b984e1;
--sweetheart:#f4c3d6;
}