Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.pink-fit {
color: #f5a3b2;
}
.unripe-strawberry {
color: #f78da7;
}
.just-a-tease {
color: #fcd4d4;
}
.cherry-blossom {
color: #f5c2d4;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--pink-fit:#f5a3b2;
--unripe-strawberry:#f78da7;
--just-a-tease:#fcd4d4;
--cherry-blossom:#f5c2d4;
}