Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d1b2e0;
}
.lavender-blossom {
color: #a67ce9;
}
.aconite-purple {
color: #8051d2;
}
.ksu-purple {
color: #5a2b8c;
}
.velvet-cosmos {
color: #3d0f4d;
}
/* CSS Variables */
:root {
--pretty-petunia:#d1b2e0;
--lavender-blossom:#a67ce9;
--aconite-purple:#8051d2;
--ksu-purple:#5a2b8c;
--velvet-cosmos:#3d0f4d;
}