Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d202f;
}
.pango-black {
color: #4c4f67;
}
.blue-intrigue {
color: #7b7f9d;
}
.wisteria-light-soft-blue {
color: #a7a8c8;
}
.silver-phoenix {
color: #eaebf6;
}
/* CSS Variables */
:root {
--black-howl:#1d202f;
--pango-black:#4c4f67;
--blue-intrigue:#7b7f9d;
--wisteria-light-soft-blue:#a7a8c8;
--silver-phoenix:#eaebf6;
}