Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1a2d;
}
.powerful-mauve {
color: #4b3c5d;
}
.ghostly-purple {
color: #7b5f91;
}
.regal-orchid {
color: #a27ea9;
}
.lilac-haze {
color: #d6b8d3;
}
/* CSS Variables */
:root {
--black-howl:#1e1a2d;
--powerful-mauve:#4b3c5d;
--ghostly-purple:#7b5f91;
--regal-orchid:#a27ea9;
--lilac-haze:#d6b8d3;
}