Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1e2024;
}
.in-the-dark {
color: #3a3c41;
}
.blackish-grey {
color: #5a5c63;
}
.astroscopus-grey {
color: #b0b3b5;
}
.bright-grey {
color: #eaedf0;
}
/* CSS Variables */
:root {
--noble-black:#1e2024;
--in-the-dark:#3a3c41;
--blackish-grey:#5a5c63;
--astroscopus-grey:#b0b3b5;
--bright-grey:#eaedf0;
}