Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.blue-suede-shoes {
color: #4b4b63;
}
.mythical {
color: #7b7b8e;
}
.modern-lavender {
color: #a8a8b3;
}
.orochimaru {
color: #d9d9d9;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--blue-suede-shoes:#4b4b63;
--mythical:#7b7b8e;
--modern-lavender:#a8a8b3;
--orochimaru:#d9d9d9;
}