Color names in this palette
CSS code for this palette
/* CSS */
.pompeii-ash {
color: #6d767e;
}
.network-grey {
color: #a0a4a7;
}
.flat-aluminum {
color: #c3c8cb;
}
.mt-hood-white {
color: #e7e9e7;
}
.emptiness {
color: #fcfcfc;
}
/* CSS Variables */
:root {
--pompeii-ash:#6d767e;
--network-grey:#a0a4a7;
--flat-aluminum:#c3c8cb;
--mt-hood-white:#e7e9e7;
--emptiness:#fcfcfc;
}