Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #493d5c;
}
.giant-onion {
color: #685b9a;
}
.english-lavender {
color: #a27bb2;
}
.lilac-haze {
color: #d3b6d3;
}
.sullivan-s-heart {
color: #f6c6d3;
}
/* CSS Variables */
:root {
--powerful-mauve:#493d5c;
--giant-onion:#685b9a;
--english-lavender:#a27bb2;
--lilac-haze:#d3b6d3;
--sullivan-s-heart:#f6c6d3;
}