Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d8c8e4;
}
.grape-illusion {
color: #b7a6d9;
}
.amethyst-grey {
color: #8f88c3;
}
.just-a-fairytale {
color: #6a5c99;
}
.succinct-violet {
color: #4d3b6d;
}
/* CSS Variables */
:root {
--purity:#d8c8e4;
--grape-illusion:#b7a6d9;
--amethyst-grey:#8f88c3;
--just-a-fairytale:#6a5c99;
--succinct-violet:#4d3b6d;
}