Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1f2a;
}
.magic-night {
color: #393b5b;
}
.justice {
color: #5f6b8c;
}
.windsor-way {
color: #a1c4e8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--black-howl:#1d1f2a;
--magic-night:#393b5b;
--justice:#5f6b8c;
--windsor-way:#a1c4e8;
--creamy-sweet-corn:#f9c54e;
}