Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.india-ink {
color: #3b3b4e;
}
.taylor {
color: #5b5b7b;
}
.soft-blue-lavender {
color: #8a8ab7;
}
.freesia-purple {
color: #b0b0d8;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--india-ink:#3b3b4e;
--taylor:#5b5b7b;
--soft-blue-lavender:#8a8ab7;
--freesia-purple:#b0b0d8;
}