Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1c202c;
}
.blueberry-tart {
color: #3f3f50;
}
.legal-eagle {
color: #6b718e;
}
.our-little-secret {
color: #a84d7a;
}
.demonic-kiss {
color: #d22d4b;
}
/* CSS Variables */
:root {
--black-howl:#1c202c;
--blueberry-tart:#3f3f50;
--legal-eagle:#6b718e;
--our-little-secret:#a84d7a;
--demonic-kiss:#d22d4b;
}