Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.chantilly {
color: #eab8c6;
}
.peach-flower {
color: #e09ab2;
}
.fiesta-pink {
color: #d86f9a;
}
.middle-safflower {
color: #c44f7a;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--chantilly:#eab8c6;
--peach-flower:#e09ab2;
--fiesta-pink:#d86f9a;
--middle-safflower:#c44f7a;
}