Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f6a2b6;
}
.antique-wicker-basket {
color: #f2d4a1;
}
.mandys-pink {
color: #f4b79f;
}
.walnut-oil {
color: #ebca89;
}
.bone-white {
color: #f1e2b1;
}
/* CSS Variables */
:root {
--emperor-s-children:#f6a2b6;
--antique-wicker-basket:#f2d4a1;
--mandys-pink:#f4b79f;
--walnut-oil:#ebca89;
--bone-white:#f1e2b1;
}