Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f9c3d3;
}
.pink-chalk {
color: #f4a4bf;
}
.amaranth-pink {
color: #f29cbb;
}
.pink-carnation {
color: #ee7c9c;
}
.radishical {
color: #eb4c74;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f9c3d3;
--pink-chalk:#f4a4bf;
--amaranth-pink:#f29cbb;
--pink-carnation:#ee7c9c;
--radishical:#eb4c74;
}