Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.ballet {
color: #f8d6d3;
}
.dahlia-delight {
color: #f7bbd5;
}
.rogue-pink {
color: #f99fc0;
}
.embarrassed {
color: #f57a99;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--ballet:#f8d6d3;
--dahlia-delight:#f7bbd5;
--rogue-pink:#f99fc0;
--embarrassed:#f57a99;
}