Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.ibis {
color: #f5b7c3;
}
.spaghetti-strap-pink {
color: #f9a9d5;
}
.rogue-pink {
color: #f6a2c5;
}
.chewing-gum-pink {
color: #e68eba;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--ibis:#f5b7c3;
--spaghetti-strap-pink:#f9a9d5;
--rogue-pink:#f6a2c5;
--chewing-gum-pink:#e68eba;
}