Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.dark-engine {
color: #3e3e41;
}
.ironside {
color: #7e7e81;
}
.brainstem-grey {
color: #b4b4b6;
}
.chef-s-hat {
color: #f4f4f6;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--dark-engine:#3e3e41;
--ironside:#7e7e81;
--brainstem-grey:#b4b4b6;
--chef-s-hat:#f4f4f6;
}