Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f6c2a2;
}
.calabrese {
color: #f1a7a2;
}
.melon-baby {
color: #f27b6e;
}
.glowing-coals {
color: #bf4c3b;
}
.polished-apple {
color: #892c2a;
}
/* CSS Variables */
:root {
--neighborly-peach:#f6c2a2;
--calabrese:#f1a7a2;
--melon-baby:#f27b6e;
--glowing-coals:#bf4c3b;
--polished-apple:#892c2a;
}