Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.india-ink {
color: #3b3b4e;
}
.mysterious-night {
color: #5c5c70;
}
.majestic-mount {
color: #7f7f94;
}
.hundred-waters {
color: #b3b3d1;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--india-ink:#3b3b4e;
--mysterious-night:#5c5c70;
--majestic-mount:#7f7f94;
--hundred-waters:#b3b3d1;
}