Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.ibis {
color: #f3b4c1;
}
.pink-frosting {
color: #f7d4e0;
}
.petal-poise {
color: #f9e1ef;
}
.pretty-petunia {
color: #dab7e1;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--ibis:#f3b4c1;
--pink-frosting:#f7d4e0;
--petal-poise:#f9e1ef;
--pretty-petunia:#dab7e1;
}