Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.pango-black {
color: #4e4e6a;
}
.mandrake {
color: #89899f;
}
.squash-blossom {
color: #f7b53b;
}
.poppy-surprise {
color: #ff5833;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--pango-black:#4e4e6a;
--mandrake:#89899f;
--squash-blossom:#f7b53b;
--poppy-surprise:#ff5833;
}