Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.chantilly {
color: #eab8c8;
}
.violet-kiss {
color: #f2a6d1;
}
.deep-blush {
color: #e76a8b;
}
.flirty-rose {
color: #d65c8d;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--chantilly:#eab8c8;
--violet-kiss:#f2a6d1;
--deep-blush:#e76a8b;
--flirty-rose:#d65c8d;
}