Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.petals-unfolding {
color: #f4b8c3;
}
.carnation-bouquet {
color: #f6c1d1;
}
.summer-cosmos {
color: #f8d3e2;
}
.pork-belly {
color: #f9e1e8;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--petals-unfolding:#f4b8c3;
--carnation-bouquet:#f6c1d1;
--summer-cosmos:#f8d3e2;
--pork-belly:#f9e1e8;
}