Color names in this palette
CSS code for this palette
/* CSS */
.male {
color: #d5cec3;
}
.in-the-hills {
color: #b0a39b;
}
.renwick-heather {
color: #8d7c7c;
}
.plush-purple {
color: #5d4c5d;
}
.chromaphobic-black {
color: #292929;
}
/* CSS Variables */
:root {
--male:#d5cec3;
--in-the-hills:#b0a39b;
--renwick-heather:#8d7c7c;
--plush-purple:#5d4c5d;
--chromaphobic-black:#292929;
}