Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.wisteria-purple {
color: #8b5b9a;
}
.minuette {
color: #d67a91;
}
.emperor-s-children {
color: #f1a2b7;
}
.scalloped-oak {
color: #f3d0a0;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--wisteria-purple:#8b5b9a;
--minuette:#d67a91;
--emperor-s-children:#f1a2b7;
--scalloped-oak:#f3d0a0;
}