Color names in this palette
CSS code for this palette
/* CSS */
.pouty-purple {
color: #e6d5f1;
}
.aztec-glimmer {
color: #e7b34b;
}
.artemis {
color: #d5a66c;
}
.windsor-way {
color: #a1cae3;
}
.violet-femmes {
color: #a76c9c;
}
/* CSS Variables */
:root {
--pouty-purple:#e6d5f1;
--aztec-glimmer:#e7b34b;
--artemis:#d5a66c;
--windsor-way:#a1cae3;
--violet-femmes:#a76c9c;
}