Color names in this palette
CSS code for this palette
/* CSS */
.cover-of-night {
color: #4a4f4e;
}
.aluminum-sky {
color: #afb1af;
}
.waxwing {
color: #c1c3c1;
}
.distant-cloud {
color: #e6eae6;
}
.lynx-white {
color: #f6f8f6;
}
/* CSS Variables */
:root {
--cover-of-night:#4a4f4e;
--aluminum-sky:#afb1af;
--waxwing:#c1c3c1;
--distant-cloud:#e6eae6;
--lynx-white:#f6f8f6;
}