Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1f1a3d;
}
.bright-eggplant {
color: #5b4f87;
}
.violet-femmes {
color: #a26d9d;
}
.cheater {
color: #f2b05a;
}
.candlelight-peach {
color: #f7a59c;
}
/* CSS Variables */
:root {
--prune-plum:#1f1a3d;
--bright-eggplant:#5b4f87;
--violet-femmes:#a26d9d;
--cheater:#f2b05a;
--candlelight-peach:#f7a59c;
}