Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.demure-pink {
color: #f8d0c4;
}
.fulgrim-pink {
color: #f7b1cf;
}
.amaranth-pink {
color: #f29cbb;
}
.chewing-gum-pink {
color: #e88dba;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--demure-pink:#f8d0c4;
--fulgrim-pink:#f7b1cf;
--amaranth-pink:#f29cbb;
--chewing-gum-pink:#e88dba;
}