Color names in this palette
CSS code for this palette
/* CSS */
.spinel-violet {
color: #392a3c;
}
.paparazzi {
color: #5b4c67;
}
.mountbatten-pink {
color: #9c7c8f;
}
.japanese-rose-garden {
color: #e2b6c5;
}
.be-mine {
color: #f3e2e7;
}
/* CSS Variables */
:root {
--spinel-violet:#392a3c;
--paparazzi:#5b4c67;
--mountbatten-pink:#9c7c8f;
--japanese-rose-garden:#e2b6c5;
--be-mine:#f3e2e7;
}