Color names in this palette
CSS code for this palette
/* CSS */
.explosive-grey {
color: #c4c4c4;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.shadow-mountain {
color: #595959;
}
.black-liquorice {
color: #3b3b3b;
}
/* CSS Variables */
:root {
--explosive-grey:#c4c4c4;
--artificial-intelligence-grey:#a1a1a1;
--aged-moustache-grey:#7d7d7d;
--shadow-mountain:#595959;
--black-liquorice:#3b3b3b;
}