Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pale {
color: #e3c9d6;
}
.berry-popsicle {
color: #d5a5d1;
}
.radiant-orchid {
color: #a85d9e;
}
.heartless {
color: #5f3a73;
}
.operetta-mauve {
color: #3d2a4c;
}
/* CSS Variables */
:root {
--pretty-pale:#e3c9d6;
--berry-popsicle:#d5a5d1;
--radiant-orchid:#a85d9e;
--heartless:#5f3a73;
--operetta-mauve:#3d2a4c;
}