Color names in this palette
CSS code for this palette
/* CSS */
.freshly-purpleized {
color: #5b4e7e;
}
.queen-s {
color: #7b72a1;
}
.ruffled-iris {
color: #9f9fc1;
}
.melrose {
color: #c1b3df;
}
.lavender-savor {
color: #e6d9fc;
}
/* CSS Variables */
:root {
--freshly-purpleized:#5b4e7e;
--queen-s:#7b72a1;
--ruffled-iris:#9f9fc1;
--melrose:#c1b3df;
--lavender-savor:#e6d9fc;
}