Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #20202c;
}
.india-ink {
color: #3b3c4e;
}
.agate-violet {
color: #5b5c71;
}
.mandrake {
color: #8a8b9e;
}
.spring-lilac {
color: #b1b3c8;
}
/* CSS Variables */
:root {
--black-howl:#20202c;
--india-ink:#3b3c4e;
--agate-violet:#5b5c71;
--mandrake:#8a8b9e;
--spring-lilac:#b1b3c8;
}