Color names in this palette
CSS code for this palette
/* CSS */
.violet-indigo {
color: #4a2c6d;
}
.cleopatra-s-gown {
color: #7c4b8b;
}
.choral-singer {
color: #b77b98;
}
.monarch-orange {
color: #f2a06e;
}
.oranzhewyi-orange {
color: #f25c3a;
}
/* CSS Variables */
:root {
--violet-indigo:#4a2c6d;
--cleopatra-s-gown:#7c4b8b;
--choral-singer:#b77b98;
--monarch-orange:#f2a06e;
--oranzhewyi-orange:#f25c3a;
}