Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.just-a-tease {
color: #f9d4d2;
}
.flower-spell {
color: #fec8d8;
}
.changeling-pink {
color: #f7b1ca;
}
.amaranth-pink {
color: #f19dbc;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--just-a-tease:#f9d4d2;
--flower-spell:#fec8d8;
--changeling-pink:#f7b1ca;
--amaranth-pink:#f19dbc;
}