Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.chantilly {
color: #eab8c7;
}
.rogue-pink {
color: #f6a7c1;
}
.curd {
color: #f9e1b9;
}
.strawberry-pink {
color: #f06a7f;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--chantilly:#eab8c7;
--rogue-pink:#f6a7c1;
--curd:#f9e1b9;
--strawberry-pink:#f06a7f;
}