Color names in this palette
CSS code for this palette
/* CSS */
.chaos-black {
color: #0f0f0f;
}
.off-black {
color: #303030;
}
.black-oak {
color: #4f4f4f;
}
.steel {
color: #7a7a7a;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
/* CSS Variables */
:root {
--chaos-black:#0f0f0f;
--off-black:#303030;
--black-oak:#4f4f4f;
--steel:#7a7a7a;
--artificial-intelligence-grey:#a1a1a1;
}