Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1e1f24;
}
.poppy-seed {
color: #4b4c53;
}
.carbon-footprint {
color: #7d7e8c;
}
.santas-grey {
color: #a0a2b0;
}
.dr-white {
color: #f8f9fc;
}
/* CSS Variables */
:root {
--noble-black:#1e1f24;
--poppy-seed:#4b4c53;
--carbon-footprint:#7d7e8c;
--santas-grey:#a0a2b0;
--dr-white:#f8f9fc;
}