Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.pink-fit {
color: #f4a4b4;
}
.pink-carnation {
color: #ea7b9c;
}
.peppermint-swirl {
color: #d85a80;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--sullivan-s-heart:#f7c5d5;
--pink-fit:#f4a4b4;
--pink-carnation:#ea7b9c;
--peppermint-swirl:#d85a80;
}