Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2e;
}
.odyssey-grey {
color: #4b4b5d;
}
.prediction {
color: #6e6e7c;
}
.madder-blue {
color: #b4b4cf;
}
.white-solid {
color: #f5f5f9;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2e;
--odyssey-grey:#4b4b5d;
--prediction:#6e6e7c;
--madder-blue:#b4b4cf;
--white-solid:#f5f5f9;
}