Color names in this palette
CSS code for this palette
/* CSS */
.gluon-grey {
color: #1b1b1d;
}
.dark-shadow {
color: #4b4b4e;
}
.sonic-silver {
color: #747476;
}
.silver-sconce {
color: #a1a1a5;
}
.fire-island {
color: #d9523a;
}
/* CSS Variables */
:root {
--gluon-grey:#1b1b1d;
--dark-shadow:#4b4b4e;
--sonic-silver:#747476;
--silver-sconce:#a1a1a5;
--fire-island:#d9523a;
}