CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.white {
color: #ffffff;
}
.palladium {
color: #b0b0b0;
}
.heath-spotted-orchid {
color: #a65e9e;
}
.kimberly {
color: #6c5b8b;
}
/* CSS Variables */
:root {
--black:#000000;
--white:#ffffff;
--palladium:#b0b0b0;
--heath-spotted-orchid:#a65e9e;
--kimberly:#6c5b8b;
}