Color names in this palette
CSS code for this palette
/* CSS */
.garlic-beige {
color: #b1aaa0;
}
.antique-earth {
color: #7d6b5e;
}
.button-eyes {
color: #4d3a33;
}
.porcelain-basin {
color: #d9cfc4;
}
.abilene-lace {
color: #eae4d2;
}
/* CSS Variables */
:root {
--garlic-beige:#b1aaa0;
--antique-earth:#7d6b5e;
--button-eyes:#4d3a33;
--porcelain-basin:#d9cfc4;
--abilene-lace:#eae4d2;
}