Color names in this palette
CSS code for this palette
/* CSS */
.ebony-wood {
color: #2c3329;
}
.cover-of-night {
color: #4a4f4e;
}
.iron-grey {
color: #7c7e7d;
}
.brainstem-grey {
color: #b4b6b4;
}
.whale-bone {
color: #e5e6e5;
}
/* CSS Variables */
:root {
--ebony-wood:#2c3329;
--cover-of-night:#4a4f4e;
--iron-grey:#7c7e7d;
--brainstem-grey:#b4b6b4;
--whale-bone:#e5e6e5;
}