Color names in this palette
CSS code for this palette
/* CSS */
.kunzite {
color: #d9b5c4;
}
.wonder-wish {
color: #a77b99;
}
.grapes-of-italy {
color: #6b4c8a;
}
.her-highness {
color: #3d2b6e;
}
.fly-by-night {
color: #1f1f4c;
}
/* CSS Variables */
:root {
--kunzite:#d9b5c4;
--wonder-wish:#a77b99;
--grapes-of-italy:#6b4c8a;
--her-highness:#3d2b6e;
--fly-by-night:#1f1f4c;
}