Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.chantilly {
color: #efb8c3;
}
.rose-mallow {
color: #f9a9c9;
}
.summer-cosmos {
color: #f8d3df;
}
.spaghetti-strap-pink {
color: #f7b1d4;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--chantilly:#efb8c3;
--rose-mallow:#f9a9c9;
--summer-cosmos:#f8d3df;
--spaghetti-strap-pink:#f7b1d4;
}