Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d6cae2;
}
.grape-illusion {
color: #b5a5d5;
}
.lilac-breeze {
color: #a78fc1;
}
.garden-party {
color: #e5a4b6;
}
.shrimp-toast {
color: #f6c8a2;
}
/* CSS Variables */
:root {
--purity:#d6cae2;
--grape-illusion:#b5a5d5;
--lilac-breeze:#a78fc1;
--garden-party:#e5a4b6;
--shrimp-toast:#f6c8a2;
}