Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d9c7e5;
}
.classic-bouquet {
color: #a48dbf;
}
.just-a-fairytale {
color: #6b5b95;
}
.bright-eggplant {
color: #5a4b8b;
}
.minsk {
color: #3e2b64;
}
/* CSS Variables */
:root {
--purity:#d9c7e5;
--classic-bouquet:#a48dbf;
--just-a-fairytale:#6b5b95;
--bright-eggplant:#5a4b8b;
--minsk:#3e2b64;
}