Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f8bfd2;
}
.pink-chalk {
color: #f6a2ba;
}
.pink-carnation {
color: #f1799d;
}
.peppermint-swirl {
color: #d85a80;
}
.mauve-it {
color: #bb3e68;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f8bfd2;
--pink-chalk:#f6a2ba;
--pink-carnation:#f1799d;
--peppermint-swirl:#d85a80;
--mauve-it:#bb3e68;
}