Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f3bfd0;
}
.pink-fit {
color: #f5a8b2;
}
.wonder-lust {
color: #f18ea0;
}
.deep-blush {
color: #e76a89;
}
.peppermint-swirl {
color: #d95e79;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f3bfd0;
--pink-fit:#f5a8b2;
--wonder-lust:#f18ea0;
--deep-blush:#e76a89;
--peppermint-swirl:#d95e79;
}