Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #dab8e0;
}
.bubblegum-crisis {
color: #e9c9ee;
}
.petal-poise {
color: #f9e1ef;
}
.rogue-pink {
color: #f6a2c5;
}
.pink-carnation {
color: #f27d9c;
}
/* CSS Variables */
:root {
--pretty-petunia:#dab8e0;
--bubblegum-crisis:#e9c9ee;
--petal-poise:#f9e1ef;
--rogue-pink:#f6a2c5;
--pink-carnation:#f27d9c;
}