Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1a1a1e;
}
.baltic-sea {
color: #3c3c3e;
}
.blackish-grey {
color: #5c5c61;
}
.silver-sconce {
color: #a1a1a5;
}
.errigal-white {
color: #f1f1f3;
}
/* CSS Variables */
:root {
--gluon-grey:#1a1a1e;
--baltic-sea:#3c3c3e;
--blackish-grey:#5c5c61;
--silver-sconce:#a1a1a5;
--errigal-white:#f1f1f3;
}