Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-delight {
color: #f8bfd3;
}
.pastel-magenta {
color: #f49fc4;
}
.pink-carnation {
color: #e6799c;
}
.peppermint-swirl {
color: #d75b80;
}
.exaggerated-blush {
color: #b54f67;
}
/* CSS Variables */
:root {
--dahlia-delight:#f8bfd3;
--pastel-magenta:#f49fc4;
--pink-carnation:#e6799c;
--peppermint-swirl:#d75b80;
--exaggerated-blush:#b54f67;
}