Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1d30;
}
.india-ink {
color: #3b3b4e;
}
.strong-iris {
color: #5d5d7e;
}
.delicate-violet {
color: #8b8ba7;
}
.freesia-purple {
color: #b0b0d8;
}
/* CSS Variables */
:root {
--black-howl:#1d1d30;
--india-ink:#3b3b4e;
--strong-iris:#5d5d7e;
--delicate-violet:#8b8ba7;
--freesia-purple:#b0b0d8;
}