Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.cherry-blossom {
color: #f4c3d3;
}
.pork-belly {
color: #f9e1e6;
}
.diamond {
color: #f9f6e1;
}
.athena-pink {
color: #e8b0c4;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--cherry-blossom:#f4c3d3;
--pork-belly:#f9e1e6;
--diamond:#f9f6e1;
--athena-pink:#e8b0c4;
}