Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.pink-chalk {
color: #f4a4bf;
}
.pink-carnation {
color: #f27d9c;
}
.bonker-pink {
color: #f24a7c;
}
.spanish-carmine {
color: #d1004d;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--pink-chalk:#f4a4bf;
--pink-carnation:#f27d9c;
--bonker-pink:#f24a7c;
--spanish-carmine:#d1004d;
}