Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d6c8e0;
}
.grape-illusion {
color: #b7a6d9;
}
.lush-lilac {
color: #9f7cb6;
}
.jubilee {
color: #7c5f9b;
}
.izmir-purple {
color: #4d3f6e;
}
/* CSS Variables */
:root {
--purity:#d6c8e0;
--grape-illusion:#b7a6d9;
--lush-lilac:#9f7cb6;
--jubilee:#7c5f9b;
--izmir-purple:#4d3f6e;
}