Color names in this palette
CSS code for this palette
/* CSS */
.powdered-gold {
color: #e7d2b1;
}
.almond-butter {
color: #d8c5a6;
}
.wagon-wheel {
color: #c3b79d;
}
.light-taupe {
color: #b19c8c;
}
.utaupeia {
color: #a38e7b;
}
/* CSS Variables */
:root {
--powdered-gold:#e7d2b1;
--almond-butter:#d8c5a6;
--wagon-wheel:#c3b79d;
--light-taupe:#b19c8c;
--utaupeia:#a38e7b;
}