Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #f9c3e1;
}
.pink-chalk {
color: #f5a3bd;
}
.carnation {
color: #f57a91;
}
.peppermint-swirl {
color: #d4597e;
}
.figue-pulp {
color: #9a2d57;
}
/* CSS Variables */
:root {
--sugarwinkle:#f9c3e1;
--pink-chalk:#f5a3bd;
--carnation:#f57a91;
--peppermint-swirl:#d4597e;
--figue-pulp:#9a2d57;
}