Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4b9;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.pork-belly {
color: #f8e2e8;
}
.lynx-white {
color: #f9f6f7;
}
.athena-pink {
color: #e8b0c4;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4b9;
--sullivan-s-heart:#f7c5d5;
--pork-belly:#f8e2e8;
--lynx-white:#f9f6f7;
--athena-pink:#e8b0c4;
}