Color names in this palette
CSS code for this palette
/* CSS */
.nursery-pink {
color: #f6d5e7;
}
.pink-chalk {
color: #f5a3b9;
}
.pale-primrose {
color: #f0c7d4;
}
.rosy-nectar {
color: #f3c3e3;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
/* CSS Variables */
:root {
--nursery-pink:#f6d5e7;
--pink-chalk:#f5a3b9;
--pale-primrose:#f0c7d4;
--rosy-nectar:#f3c3e3;
--hot-aquarelle-pink:#ffb3d9;
}