Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1b32;
}
.powerful-mauve {
color: #4a3c5d;
}
.super-violet {
color: #795a8c;
}
.lilac-purple {
color: #a580bc;
}
.barely-bloomed {
color: #d7a9e0;
}
/* CSS Variables */
:root {
--black-howl:#1f1b32;
--powerful-mauve:#4a3c5d;
--super-violet:#795a8c;
--lilac-purple:#a580bc;
--barely-bloomed:#d7a9e0;
}