Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.kyo-purple {
color: #9f5b8c;
}
.i-pink-i-can {
color: #d1808c;
}
.rustique {
color: #f6c0b1;
}
.crushed-cashew {
color: #ffebd6;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--kyo-purple:#9f5b8c;
--i-pink-i-can:#d1808c;
--rustique:#f6c0b1;
--crushed-cashew:#ffebd6;
}