Color names in this palette
CSS code for this palette
/* CSS */
.spinel-stone-black {
color: #26283b;
}
.knighthood {
color: #3c3f53;
}
.harbourmaster {
color: #4f5269;
}
.blue-mood {
color: #7b7e8e;
}
.lilac-hint {
color: #c8c9d5;
}
/* CSS Variables */
:root {
--spinel-stone-black:#26283b;
--knighthood:#3c3f53;
--harbourmaster:#4f5269;
--blue-mood:#7b7e8e;
--lilac-hint:#c8c9d5;
}