Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1f2f;
}
.pango-black {
color: #4b4d6c;
}
.grape-illusion {
color: #b6a7d7;
}
.fuchsia-kiss {
color: #c56d9d;
}
.curry-bubbles {
color: #f5b800;
}
/* CSS Variables */
:root {
--black-howl:#1d1f2f;
--pango-black:#4b4d6c;
--grape-illusion:#b6a7d7;
--fuchsia-kiss:#c56d9d;
--curry-bubbles:#f5b800;
}