Color names in this palette
CSS code for this palette
/* CSS */
.nursery-pink {
color: #f4d7e8;
}
.sweet-slumber-pink {
color: #f9bef4;
}
.ibis {
color: #f7b1c0;
}
.light-orchid {
color: #e2a2d6;
}
.gizmo {
color: #d6a4b3;
}
/* CSS Variables */
:root {
--nursery-pink:#f4d7e8;
--sweet-slumber-pink:#f9bef4;
--ibis:#f7b1c0;
--light-orchid:#e2a2d6;
--gizmo:#d6a4b3;
}