Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.odyssey-grey {
color: #4b4b5d;
}
.astrogranite {
color: #75757a;
}
.grey-matters {
color: #a7a7a0;
}
.clouded-vision {
color: #d1d1d2;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--odyssey-grey:#4b4b5d;
--astrogranite:#75757a;
--grey-matters:#a7a7a0;
--clouded-vision:#d1d1d2;
}