Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-bush {
color: #6a5b8b;
}
.black-diamond-apple {
color: #8c7c9c;
}
.purple-springs {
color: #a99abc;
}
.purity {
color: #d4c5e2;
}
.light-purity {
color: #e1d2ef;
}
/* CSS Variables */
:root {
--butterfly-bush:#6a5b8b;
--black-diamond-apple:#8c7c9c;
--purple-springs:#a99abc;
--purity:#d4c5e2;
--light-purity:#e1d2ef;
}