Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.magic-night {
color: #393b56;
}
.purple-balloon {
color: #5e5b8b;
}
.nugget {
color: #ba8d2c;
}
.vivid-red-tangelo {
color: #d75f23;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--magic-night:#393b56;
--purple-balloon:#5e5b8b;
--nugget:#ba8d2c;
--vivid-red-tangelo:#d75f23;
}