CSS code for this palette
/* CSS */
.male {
color: #d5cec3;
}
.stagecoach {
color: #7f5c43;
}
.white {
color: #ffffff;
}
.sweetheart {
color: #f2c5d8;
}
.del-rio {
color: #b4998d;
}
/* CSS Variables */
:root {
--male:#d5cec3;
--stagecoach:#7f5c43;
--white:#ffffff;
--sweetheart:#f2c5d8;
--del-rio:#b4998d;
}