Color names in this palette
CSS code for this palette
/* CSS */
.male {
color: #d5cec3;
}
.flax-fibre-grey {
color: #b7a89a;
}
.cottage-walk {
color: #a08e79;
}
.hazelnut {
color: #a86e5d;
}
.burned-brown {
color: #6f4c3e;
}
/* CSS Variables */
:root {
--male:#d5cec3;
--flax-fibre-grey:#b7a89a;
--cottage-walk:#a08e79;
--hazelnut:#a86e5d;
--burned-brown:#6f4c3e;
}