Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2e;
}
.india-ink {
color: #3b3b4e;
}
.benimidori-purple {
color: #79799a;
}
.freesia-purple {
color: #b4b4d5;
}
.chef-s-hat {
color: #f3f3f7;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2e;
--india-ink:#3b3b4e;
--benimidori-purple:#79799a;
--freesia-purple:#b4b4d5;
--chef-s-hat:#f3f3f7;
}