Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.emperor-s-children {
color: #f2a1b6;
}
.pink-carnation {
color: #e67a9c;
}
.peppermint-swirl {
color: #d45982;
}
.exuberant-pink {
color: #af4b7d;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--emperor-s-children:#f2a1b6;
--pink-carnation:#e67a9c;
--peppermint-swirl:#d45982;
--exuberant-pink:#af4b7d;
}