Color names in this palette
CSS code for this palette
/* CSS */
.emanation {
color: #b59fbc;
}
.juneberry {
color: #7a599b;
}
.mystic-nights {
color: #4c2c6d;
}
.party-hat {
color: #cfc1e2;
}
.fulgrim-pink {
color: #f2b1d2;
}
/* CSS Variables */
:root {
--emanation:#b59fbc;
--juneberry:#7a599b;
--mystic-nights:#4c2c6d;
--party-hat:#cfc1e2;
--fulgrim-pink:#f2b1d2;
}