Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1f30;
}
.independence {
color: #4b4e6c;
}
.prophetic-sea {
color: #7e8b9a;
}
.alley {
color: #b9c3da;
}
.child-of-light {
color: #f1f5f9;
}
/* CSS Variables */
:root {
--black-howl:#1d1f30;
--independence:#4b4e6c;
--prophetic-sea:#7e8b9a;
--alley:#b9c3da;
--child-of-light:#f1f5f9;
}