Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.princess {
color: #f2a6b3;
}
.rose-glory {
color: #e986a9;
}
.pink-chi {
color: #e6898b;
}
.peppermint-swirl {
color: #d75b7c;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--princess:#f2a6b3;
--rose-glory:#e986a9;
--pink-chi:#e6898b;
--peppermint-swirl:#d75b7c;
}