Color names in this palette
CSS code for this palette
/* CSS */
.diamond-cut {
color: #e9e9f1;
}
.pixie-violet {
color: #afb1d0;
}
.blue-intrigue {
color: #7d809b;
}
.independence {
color: #4a4e6d;
}
.black-violet {
color: #2a2d41;
}
/* CSS Variables */
:root {
--diamond-cut:#e9e9f1;
--pixie-violet:#afb1d0;
--blue-intrigue:#7d809b;
--independence:#4a4e6d;
--black-violet:#2a2d41;
}