Color names in this palette
CSS code for this palette
/* CSS */
.black-liquorice {
color: #3b3b3b;
}
.welded-iron {
color: #6e6e6e;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.disco-ball {
color: #d4d4d4;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--black-liquorice:#3b3b3b;
--welded-iron:#6e6e6e;
--artificial-intelligence-grey:#a1a1a1;
--disco-ball:#d4d4d4;
--bleached-silk:#f2f2f2;
}