Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f8c4cf;
}
.pink-fit {
color: #f2a6b1;
}
.pink-carnation {
color: #e8789b;
}
.pretty-in-plum {
color: #d35a8a;
}
.bonbon-red {
color: #8c3b6a;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f8c4cf;
--pink-fit:#f2a6b1;
--pink-carnation:#e8789b;
--pretty-in-plum:#d35a8a;
--bonbon-red:#8c3b6a;
}