Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f4a4b1;
}
.sullivan-s-heart {
color: #f6c6d2;
}
.pork-belly {
color: #f8e2e7;
}
.sweet-lilac {
color: #eab8d1;
}
.sugar-tooth {
color: #d68f9f;
}
/* CSS Variables */
:root {
--pink-fit:#f4a4b1;
--sullivan-s-heart:#f6c6d2;
--pork-belly:#f8e2e7;
--sweet-lilac:#eab8d1;
--sugar-tooth:#d68f9f;
}