Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2e;
}
.india-ink {
color: #3b3b4e;
}
.nightshadow-blue {
color: #58586f;
}
.fife {
color: #a8a8c2;
}
.soothing-white {
color: #e1e1e5;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2e;
--india-ink:#3b3b4e;
--nightshadow-blue:#58586f;
--fife:#a8a8c2;
--soothing-white:#e1e1e5;
}