Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.love-at-first-sight {
color: #e5a4b1;
}
.sugar-tooth {
color: #d78e9f;
}
.silk-ribbon {
color: #c56d8d;
}
.cosmetic-red {
color: #a85d78;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--love-at-first-sight:#e5a4b1;
--sugar-tooth:#d78e9f;
--silk-ribbon:#c56d8d;
--cosmetic-red:#a85d78;
}