Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.kyo-purple {
color: #9c5e8d;
}
.heart-to-heart {
color: #d7a7c7;
}
.deeply-embarrassed {
color: #f0b2b2;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--kyo-purple:#9c5e8d;
--heart-to-heart:#d7a7c7;
--deeply-embarrassed:#f0b2b2;
--marigold-dust:#f4cf3e;
}