CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.dark-onyx {
color: #2d2d2f;
}
.baltic-sea {
color: #3c3c3e;
}
.iron {
color: #5e5e5e;
}
.chef-s-hat {
color: #f4f4f6;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--dark-onyx:#2d2d2f;
--baltic-sea:#3c3c3e;
--iron:#5e5e5e;
--chef-s-hat:#f4f4f6;
}