Color names in this palette
CSS code for this palette
/* CSS */
.shoe-wax {
color: #2d2b2a;
}
.cover-of-night {
color: #4a4f4e;
}
.riverstone {
color: #757a7a;
}
.grey-clouds {
color: #b7b5b3;
}
.powdered-petals {
color: #e2c7c5;
}
/* CSS Variables */
:root {
--shoe-wax:#2d2b2a;
--cover-of-night:#4a4f4e;
--riverstone:#757a7a;
--grey-clouds:#b7b5b3;
--powdered-petals:#e2c7c5;
}