Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1a2d;
}
.magic-night {
color: #3f3a5a;
}
.kimberly {
color: #6c5b8b;
}
.lush-lilac {
color: #a07cbb;
}
.pretty-petunia {
color: #d8b3e6;
}
/* CSS Variables */
:root {
--black-howl:#1e1a2d;
--magic-night:#3f3a5a;
--kimberly:#6c5b8b;
--lush-lilac:#a07cbb;
--pretty-petunia:#d8b3e6;
}