Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.baltic-sea {
color: #3c3c3e;
}
.blackish-grey {
color: #5c5c61;
}
.silver-sconce {
color: #a1a1a5;
}
.chef-s-hat {
color: #f4f4f6;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--baltic-sea:#3c3c3e;
--blackish-grey:#5c5c61;
--silver-sconce:#a1a1a5;
--chef-s-hat:#f4f4f6;
}