Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.fresh-on-the-market {
color: #f6a7bb;
}
.peach-damask {
color: #f5c6a8;
}
.light-rose {
color: #f3d3d6;
}
.pink-prism {
color: #f1e7e4;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--fresh-on-the-market:#f6a7bb;
--peach-damask:#f5c6a8;
--light-rose:#f3d3d6;
--pink-prism:#f1e7e4;
}