Color names in this palette
CSS code for this palette
/* CSS */
.lavender-blessing {
color: #d7b7c6;
}
.foxglove {
color: #b77b91;
}
.cosmetic-red {
color: #a45b79;
}
.magenta-violet {
color: #6a4e8d;
}
.ksu-purple {
color: #4e2c90;
}
/* CSS Variables */
:root {
--lavender-blessing:#d7b7c6;
--foxglove:#b77b91;
--cosmetic-red:#a45b79;
--magenta-violet:#6a4e8d;
--ksu-purple:#4e2c90;
}