Color names in this palette
CSS code for this palette
/* CSS */
.male {
color: #d5cec3;
}
.flax-fibre-grey {
color: #b7a99a;
}
.restful-brown {
color: #8c7d6e;
}
.mesquite-powder {
color: #e2c7b1;
}
.utaupeia {
color: #a78e7b;
}
/* CSS Variables */
:root {
--male:#d5cec3;
--flax-fibre-grey:#b7a99a;
--restful-brown:#8c7d6e;
--mesquite-powder:#e2c7b1;
--utaupeia:#a78e7b;
}