Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f202e;
}
.pango-black {
color: #4b4d6c;
}
.hushed-lilac {
color: #6e8eb4;
}
.charlotte {
color: #a4e0e5;
}
.troll-slayer-orange {
color: #f3a34f;
}
/* CSS Variables */
:root {
--black-howl:#1f202e;
--pango-black:#4b4d6c;
--hushed-lilac:#6e8eb4;
--charlotte:#a4e0e5;
--troll-slayer-orange:#f3a34f;
}