Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.red-wattle-hog {
color: #79594e;
}
.del-rio {
color: #b4998d;
}
.soft-greige {
color: #d8c3b6;
}
.allison-lace {
color: #f2ead4;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--red-wattle-hog:#79594e;
--del-rio:#b4998d;
--soft-greige:#d8c3b6;
--allison-lace:#f2ead4;
}