Color names in this palette
CSS code for this palette
/* CSS */
.blueberry {
color: #4f3d9e;
}
.ultra-violet {
color: #6e5dbb;
}
.amethyst-grey {
color: #8e80cb;
}
.simply-violet {
color: #a7a1d4;
}
.purity {
color: #d7c8e4;
}
/* CSS Variables */
:root {
--blueberry:#4f3d9e;
--ultra-violet:#6e5dbb;
--amethyst-grey:#8e80cb;
--simply-violet:#a7a1d4;
--purity:#d7c8e4;
}