Color names in this palette
CSS code for this palette
/* CSS */
.purple-toolbox {
color: #7666c7;
}
.coronation-blue {
color: #5a4f9c;
}
.prism-violet {
color: #4b3b7d;
}
.childish-wonder {
color: #a4a6e0;
}
.lavender-princess {
color: #e2d1f0;
}
/* CSS Variables */
:root {
--purple-toolbox:#7666c7;
--coronation-blue:#5a4f9c;
--prism-violet:#4b3b7d;
--childish-wonder:#a4a6e0;
--lavender-princess:#e2d1f0;
}