Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.prickly-purple {
color: #a65eba;
}
.lil-s {
color: #d199ff;
}
.sugarwinkle {
color: #ffc2e2;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--prickly-purple:#a65eba;
--lil-s:#d199ff;
--sugarwinkle:#ffc2e2;
--n-rang-orange:#ff8052;
}