Color names in this palette
CSS code for this palette
/* CSS */
.male {
color: #d5cec3;
}
.warming-peach {
color: #e2b8a2;
}
.fresh-sawdust {
color: #c6a37b;
}
.wild-cattail {
color: #8e6a5d;
}
.beggar {
color: #594a3b;
}
/* CSS Variables */
:root {
--male:#d5cec3;
--warming-peach:#e2b8a2;
--fresh-sawdust:#c6a37b;
--wild-cattail:#8e6a5d;
--beggar:#594a3b;
}