Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f8c4d3;
}
.pink-fit {
color: #f5a8b2;
}
.carnation {
color: #f77e92;
}
.watermelon-juice {
color: #f25a80;
}
.raspberry-sorbet {
color: #d6386a;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f8c4d3;
--pink-fit:#f5a8b2;
--carnation:#f77e92;
--watermelon-juice:#f25a80;
--raspberry-sorbet:#d6386a;
}