Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1e1f24;
}
.blue-sash {
color: #4b4e58;
}
.blue-mood {
color: #7b7f8e;
}
.mischka {
color: #a4a9b2;
}
.hint-of-violet {
color: #d1d5e0;
}
/* CSS Variables */
:root {
--noble-black:#1e1f24;
--blue-sash:#4b4e58;
--blue-mood:#7b7f8e;
--mischka:#a4a9b2;
--hint-of-violet:#d1d5e0;
}