Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.india-ink {
color: #3b3b4e;
}
.taylor {
color: #5c5c7a;
}
.persian-violet {
color: #8b8bb1;
}
.errigal-white {
color: #f0f0f5;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--india-ink:#3b3b4e;
--taylor:#5c5c7a;
--persian-violet:#8b8bb1;
--errigal-white:#f0f0f5;
}