Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-pink {
color: #f7cfe4;
}
.cherry-flower {
color: #f9dce8;
}
.frothy-milk {
color: #faede5;
}
.sawdust {
color: #f6e9d0;
}
.nursery {
color: #f1d0d1;
}
/* CSS Variables */
:root {
--sparkling-pink:#f7cfe4;
--cherry-flower:#f9dce8;
--frothy-milk:#faede5;
--sawdust:#f6e9d0;
--nursery:#f1d0d1;
}