Color names in this palette
CSS code for this palette
/* CSS */
.accessible-beige {
color: #d2c7b7;
}
.still {
color: #b0af9c;
}
.wagon-wheel {
color: #c1b79f;
}
.virtual-taupe {
color: #8a7b6a;
}
.aging-barrel {
color: #6a5d4d;
}
/* CSS Variables */
:root {
--accessible-beige:#d2c7b7;
--still:#b0af9c;
--wagon-wheel:#c1b79f;
--virtual-taupe:#8a7b6a;
--aging-barrel:#6a5d4d;
}