Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.emperor-s-children {
color: #f0a3b5;
}
.hope {
color: #e77e9f;
}
.peppermint-swirl {
color: #d95e7d;
}
.popstar {
color: #bf4f65;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--emperor-s-children:#f0a3b5;
--hope:#e77e9f;
--peppermint-swirl:#d95e7d;
--popstar:#bf4f65;
}