Color names in this palette
CSS code for this palette
/* CSS */
.shadow-planet {
color: #1e0c40;
}
.violet-indigo {
color: #4b2965;
}
.cleopatra-s-gown {
color: #7c4f8c;
}
.violet-femmes {
color: #a76c9f;
}
.high-maintenance {
color: #d98cb0;
}
/* CSS Variables */
:root {
--shadow-planet:#1e0c40;
--violet-indigo:#4b2965;
--cleopatra-s-gown:#7c4f8c;
--violet-femmes:#a76c9f;
--high-maintenance:#d98cb0;
}