Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.princess {
color: #f1a7b4;
}
.unripe-strawberry {
color: #f78da9;
}
.cupid-s-arrow {
color: #f26989;
}
.fantasy-romance {
color: #eb3d6e;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--princess:#f1a7b4;
--unripe-strawberry:#f78da9;
--cupid-s-arrow:#f26989;
--fantasy-romance:#eb3d6e;
}