Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1a2e;
}
.powerful-mauve {
color: #4b3c5d;
}
.butterfly-bush {
color: #695a8c;
}
.english-lavender {
color: #9b79af;
}
.lilac-haze {
color: #d6b7d7;
}
/* CSS Variables */
:root {
--black-howl:#1e1a2e;
--powerful-mauve:#4b3c5d;
--butterfly-bush:#695a8c;
--english-lavender:#9b79af;
--lilac-haze:#d6b7d7;
}