Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1e2a;
}
.india-ink {
color: #3b3c4e;
}
.strong-iris {
color: #5c5d7f;
}
.periwinkle {
color: #8d7afa;
}
.shy-moment {
color: #b1a3ff;
}
/* CSS Variables */
:root {
--black-howl:#1d1e2a;
--india-ink:#3b3c4e;
--strong-iris:#5c5d7f;
--periwinkle:#8d7afa;
--shy-moment:#b1a3ff;
}