Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f8c9d9;
}
.pink-marshmallow {
color: #f5b2d3;
}
.flower-girl {
color: #f29cb0;
}
.candlelight-peach {
color: #f8a5a0;
}
.canter-peach {
color: #f7d5bb;
}
/* CSS Variables */
:root {
--baby-steps:#f8c9d9;
--pink-marshmallow:#f5b2d3;
--flower-girl:#f29cb0;
--candlelight-peach:#f8a5a0;
--canter-peach:#f7d5bb;
}