Color names in this palette
CSS code for this palette
/* CSS */
.tinted-iris {
color: #c6b6d8;
}
.wild-lavender {
color: #a17fa4;
}
.plum-power {
color: #7d5c8a;
}
.kiky-purple {
color: #5a3f69;
}
.jagger {
color: #3d2b50;
}
/* CSS Variables */
:root {
--tinted-iris:#c6b6d8;
--wild-lavender:#a17fa4;
--plum-power:#7d5c8a;
--kiky-purple:#5a3f69;
--jagger:#3d2b50;
}