Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d7b4e4;
}
.rich-lavender {
color: #a56fc8;
}
.grapes-of-italy {
color: #6d4a8c;
}
.galactic-purple {
color: #4a2c90;
}
.after-work-blue {
color: #2b1f6f;
}
/* CSS Variables */
:root {
--pretty-petunia:#d7b4e4;
--rich-lavender:#a56fc8;
--grapes-of-italy:#6d4a8c;
--galactic-purple:#4a2c90;
--after-work-blue:#2b1f6f;
}