Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.jazz-age-coral {
color: #f1c2b1;
}
.melon-ice {
color: #f3dac9;
}
.ballet-white {
color: #f2e5d9;
}
.charolais-cattle {
color: #f1eae9;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--jazz-age-coral:#f1c2b1;
--melon-ice:#f3dac9;
--ballet-white:#f2e5d9;
--charolais-cattle:#f1eae9;
}