Color names in this palette
CSS code for this palette
/* CSS */
.cover-of-night {
color: #4a4f4d;
}
.iron-grey {
color: #7c7e7d;
}
.tin-foil {
color: #aeb2b1;
}
.evening-white {
color: #d7dbd8;
}
.lynx-white {
color: #f6f9f8;
}
/* CSS Variables */
:root {
--cover-of-night:#4a4f4d;
--iron-grey:#7c7e7d;
--tin-foil:#aeb2b1;
--evening-white:#d7dbd8;
--lynx-white:#f6f9f8;
}