Color names in this palette
CSS code for this palette
/* CSS */
.succinct-violet {
color: #4d3c6d;
}
.butterfly-bush {
color: #6a5b8b;
}
.black-diamond-apple {
color: #8a7a99;
}
.foggy-love {
color: #d5c3ef;
}
.snow-plum {
color: #f3e7f2;
}
/* CSS Variables */
:root {
--succinct-violet:#4d3c6d;
--butterfly-bush:#6a5b8b;
--black-diamond-apple:#8a7a99;
--foggy-love:#d5c3ef;
--snow-plum:#f3e7f2;
}