Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-swirl {
color: #d95e77;
}
.pink-fit {
color: #f4a4b4;
}
.baby-steps {
color: #f6c6d9;
}
.italian-fitch {
color: #d1c5e7;
}
.washed-denim {
color: #7e9dbe;
}
/* CSS Variables */
:root {
--peppermint-swirl:#d95e77;
--pink-fit:#f4a4b4;
--baby-steps:#f6c6d9;
--italian-fitch:#d1c5e7;
--washed-denim:#7e9dbe;
}