Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.sand-island {
color: #f5cfc2;
}
.illuminated {
color: #f9e6d7;
}
.ibis {
color: #f7b1c2;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--sand-island:#f5cfc2;
--illuminated:#f9e6d7;
--ibis:#f7b1c2;
--sweet-lilac:#eab8d1;
}