Color names in this palette
CSS code for this palette
/* CSS */
.pumpkin-mousse {
color: #f1c3a7;
}
.mystic-tulip {
color: #f7b5a1;
}
.pink-eraser {
color: #f39c9b;
}
.medium-pink {
color: #f25f95;
}
.peppermint-swirl {
color: #d45e7d;
}
/* CSS Variables */
:root {
--pumpkin-mousse:#f1c3a7;
--mystic-tulip:#f7b5a1;
--pink-eraser:#f39c9b;
--medium-pink:#f25f95;
--peppermint-swirl:#d45e7d;
}