Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.pork-belly {
color: #f9e1e6;
}
.precious-pink {
color: #f7b1b5;
}
.nadeshiko-pink {
color: #f9a9c4;
}
.lilac-lace {
color: #c9a2d2;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--pork-belly:#f9e1e6;
--precious-pink:#f7b1b5;
--nadeshiko-pink:#f9a9c4;
--lilac-lace:#c9a2d2;
}