Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f4c8d9;
}
.princess {
color: #f1a7b2;
}
.chewing-gum-pink {
color: #e58fbc;
}
.hopeful {
color: #f4d2e2;
}
.soft-lavender {
color: #f7e3f3;
}
/* CSS Variables */
:root {
--baby-steps:#f4c8d9;
--princess:#f1a7b2;
--chewing-gum-pink:#e58fbc;
--hopeful:#f4d2e2;
--soft-lavender:#f7e3f3;
}