Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.spinel-stone-black {
color: #29293d;
}
.skipper-blue {
color: #4d4d7a;
}
.ontario-violet {
color: #7d7db0;
}
.hundred-waters {
color: #b3b3d1;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--spinel-stone-black:#29293d;
--skipper-blue:#4d4d7a;
--ontario-violet:#7d7db0;
--hundred-waters:#b3b3d1;
}