Color names in this palette
CSS code for this palette
/* CSS */
.violet-indigo {
color: #4a2d6c;
}
.ghostly-purple {
color: #7b5b95;
}
.east-side {
color: #a68bbb;
}
.spring-wisteria {
color: #d1a3e0;
}
.mousse-aux-pruneaux {
color: #e7d2f4;
}
/* CSS Variables */
:root {
--violet-indigo:#4a2d6c;
--ghostly-purple:#7b5b95;
--east-side:#a68bbb;
--spring-wisteria:#d1a3e0;
--mousse-aux-pruneaux:#e7d2f4;
}