Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.rozowy-pink {
color: #f4a4b7;
}
.xoxo {
color: #f27d94;
}
.peppermint-swirl {
color: #d95e7d;
}
.china-rose {
color: #aa4b6e;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--rozowy-pink:#f4a4b7;
--xoxo:#f27d94;
--peppermint-swirl:#d95e7d;
--china-rose:#aa4b6e;
}