Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1d2025;
}
.charade {
color: #3b3f45;
}
.blue-anthracite {
color: #565c67;
}
.moon-veil {
color: #8d99b0;
}
.siberian-ice {
color: #c2ccd6;
}
/* CSS Variables */
:root {
--noble-black:#1d2025;
--charade:#3b3f45;
--blue-anthracite:#565c67;
--moon-veil:#8d99b0;
--siberian-ice:#c2ccd6;
}