Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.love-at-first-sight {
color: #e6a7b2;
}
.sugar-tooth {
color: #d78e9e;
}
.old-geranium {
color: #c76b88;
}
.diva-glam {
color: #b54f78;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--love-at-first-sight:#e6a7b2;
--sugar-tooth:#d78e9e;
--old-geranium:#c76b88;
--diva-glam:#b54f78;
}