Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.ibis {
color: #f4b3c1;
}
.carnation-bouquet {
color: #f5c2d1;
}
.pink-frosting {
color: #f7d4e1;
}
.cherry-pearl {
color: #f9e6f2;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--ibis:#f4b3c1;
--carnation-bouquet:#f5c2d1;
--pink-frosting:#f7d4e1;
--cherry-pearl:#f9e6f2;
}