Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f2a6b0;
}
.sullivan-s-heart {
color: #f6c6cf;
}
.pork-belly {
color: #f8e2e7;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--pink-fit:#f2a6b0;
--sullivan-s-heart:#f6c6cf;
--pork-belly:#f8e2e7;
--wildflower-bouquet:#ffb3b3;
--pompelmo:#ff6b6b;
}