Color names in this palette
CSS code for this palette
/* CSS */
.herb-robert {
color: #d6a3e0;
}
.moonlight-melody {
color: #b573b2;
}
.cleopatra-s-gown {
color: #7f4e8d;
}
.deep-plum {
color: #4d2a5a;
}
.blackcurrant {
color: #2a1a3d;
}
/* CSS Variables */
:root {
--herb-robert:#d6a3e0;
--moonlight-melody:#b573b2;
--cleopatra-s-gown:#7f4e8d;
--deep-plum:#4d2a5a;
--blackcurrant:#2a1a3d;
}