Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.pink-fit {
color: #f2a6b1;
}
.deep-blush {
color: #e26a8c;
}
.pink-punch {
color: #d24b6d;
}
.heart-s-desire {
color: #aa3c5d;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--pink-fit:#f2a6b1;
--deep-blush:#e26a8c;
--pink-punch:#d24b6d;
--heart-s-desire:#aa3c5d;
}