Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.blueberry-tart {
color: #3f3f50;
}
.mid-grey {
color: #5e5e6e;
}
.silver-snippet {
color: #8e8e90;
}
.pax {
color: #c8c8da;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--blueberry-tart:#3f3f50;
--mid-grey:#5e5e6e;
--silver-snippet:#8e8e90;
--pax:#c8c8da;
}