Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1d2025;
}
.in-the-dark {
color: #3a3c41;
}
.blackish-grey {
color: #5b5d62;
}
.chrome-aluminum {
color: #a6a8ab;
}
.arctic-dawn {
color: #e3e5e8;
}
/* CSS Variables */
:root {
--noble-black:#1d2025;
--in-the-dark:#3a3c41;
--blackish-grey:#5b5d62;
--chrome-aluminum:#a6a8ab;
--arctic-dawn:#e3e5e8;
}