Color names in this palette
CSS code for this palette
/* CSS */
.ultimate-grey {
color: #a7a8aa;
}
.brainstem-grey {
color: #b4b5b6;
}
.silver-medal {
color: #d5d6d7;
}
.cold-wind {
color: #e2e3e4;
}
.white-smoke {
color: #f4f5f6;
}
/* CSS Variables */
:root {
--ultimate-grey:#a7a8aa;
--brainstem-grey:#b4b5b6;
--silver-medal:#d5d6d7;
--cold-wind:#e2e3e4;
--white-smoke:#f4f5f6;
}