Color names in this palette
CSS code for this palette
/* CSS */
.pink-clay-pot {
color: #d68f96;
}
.d-ner-kebab {
color: #bc7567;
}
.cottage-spice {
color: #a85b48;
}
.candy-cane {
color: #f7c0c1;
}
.posy {
color: #f3e0d3;
}
/* CSS Variables */
:root {
--pink-clay-pot:#d68f96;
--d-ner-kebab:#bc7567;
--cottage-spice:#a85b48;
--candy-cane:#f7c0c1;
--posy:#f3e0d3;
}