Color names in this palette
CSS code for this palette
/* CSS */
.distinct-purple {
color: #a38fc7;
}
.grape-illusion {
color: #b4a2d7;
}
.italian-fitch {
color: #d1c5e7;
}
.lavender-princess {
color: #e5d3f3;
}
.pretty-petunia {
color: #d9b6e7;
}
/* CSS Variables */
:root {
--distinct-purple:#a38fc7;
--grape-illusion:#b4a2d7;
--italian-fitch:#d1c5e7;
--lavender-princess:#e5d3f3;
--pretty-petunia:#d9b6e7;
}