Color names in this palette
CSS code for this palette
/* CSS */
.crown-jewel {
color: #4c2e5c;
}
.pure-mauve {
color: #705091;
}
.lush-lilac {
color: #9c7cbb;
}
.pretty-petunia {
color: #d3b2e0;
}
.grape-taffy {
color: #f0d6f5;
}
/* CSS Variables */
:root {
--crown-jewel:#4c2e5c;
--pure-mauve:#705091;
--lush-lilac:#9c7cbb;
--pretty-petunia:#d3b2e0;
--grape-taffy:#f0d6f5;
}