Color names in this palette
CSS code for this palette
/* CSS */
.static {
color: #d6d4c2;
}
.ashes-to-ashes {
color: #bab3a1;
}
.more-than-a-week {
color: #8d8b8b;
}
.industrial-grey {
color: #5b5a57;
}
.black-liquorice {
color: #3b3b3b;
}
/* CSS Variables */
:root {
--static:#d6d4c2;
--ashes-to-ashes:#bab3a1;
--more-than-a-week:#8d8b8b;
--industrial-grey:#5b5a57;
--black-liquorice:#3b3b3b;
}