Color names in this palette
CSS code for this palette
/* CSS */
.minsk {
color: #3b2a65;
}
.bright-eggplant {
color: #5b4b8b;
}
.clear-mauve {
color: #7d6aaf;
}
.wistful {
color: #a89cce;
}
.pretty-petunia {
color: #dcb4e4;
}
/* CSS Variables */
:root {
--minsk:#3b2a65;
--bright-eggplant:#5b4b8b;
--clear-mauve:#7d6aaf;
--wistful:#a89cce;
--pretty-petunia:#dcb4e4;
}