Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.juneberry {
color: #7b5298;
}
.kyo-purple {
color: #9a5b8a;
}
.mustard-yellow {
color: #e0ad06;
}
.yellow-tulip {
color: #f7d06e;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--juneberry:#7b5298;
--kyo-purple:#9a5b8a;
--mustard-yellow:#e0ad06;
--yellow-tulip:#f7d06e;
}