Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.evening-blue {
color: #2c2c3f;
}
.night-night {
color: #4f4f5f;
}
.yuzukosh {
color: #d9d94a;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--evening-blue:#2c2c3f;
--night-night:#4f4f5f;
--yuzukosh:#d9d94a;
--shocking-orange:#ff6d1f;
}