Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.sullivan-s-heart {
color: #f5c7d1;
}
.pork-belly {
color: #f9e1e8;
}
.violet-wisp {
color: #c8d5e4;
}
.blue-bows {
color: #a3c4d7;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--sullivan-s-heart:#f5c7d1;
--pork-belly:#f9e1e8;
--violet-wisp:#c8d5e4;
--blue-bows:#a3c4d7;
}