Color names in this palette
CSS code for this palette
/* CSS */
.light-light-blush {
color: #eed3d7;
}
.parfait-pink {
color: #e4b4c7;
}
.sugar-tooth {
color: #d18f9f;
}
.peppermint-swirl {
color: #d05d81;
}
.fiery-fuchsia {
color: #b53b6e;
}
/* CSS Variables */
:root {
--light-light-blush:#eed3d7;
--parfait-pink:#e4b4c7;
--sugar-tooth:#d18f9f;
--peppermint-swirl:#d05d81;
--fiery-fuchsia:#b53b6e;
}