CSS code for this palette
/* CSS */
.purity {
color: #d5c5e2;
}
.simply-violet {
color: #a9a4d6;
}
.marvellous {
color: #6f7db3;
}
.maui-blue {
color: #4f9fb5;
}
.capture {
color: #2eb8a1;
}
/* CSS Variables */
:root {
--purity:#d5c5e2;
--simply-violet:#a9a4d6;
--marvellous:#6f7db3;
--maui-blue:#4f9fb5;
--capture:#2eb8a1;
}