Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1e2f;
}
.kachi-indigo {
color: #3a3f50;
}
.blue-metal {
color: #5c6370;
}
.moon-veil {
color: #8d99b0;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--black-howl:#1d1e2f;
--kachi-indigo:#3a3f50;
--blue-metal:#5c6370;
--moon-veil:#8d99b0;
--child-of-light:#f1f5f8;
}