Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.brain-pink {
color: #f1b1b1;
}
.jazz-age-coral {
color: #f1c1b1;
}
.banana-ice-cream {
color: #f1d2b1;
}
.bone-white {
color: #f1e2b1;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--brain-pink:#f1b1b1;
--jazz-age-coral:#f1c1b1;
--banana-ice-cream:#f1d2b1;
--bone-white:#f1e2b1;
}