Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.grapes-of-italy {
color: #6e4e8d;
}
.mauve-memento {
color: #a06a9c;
}
.lavender-blessing {
color: #d5b9c5;
}
.brain-pink {
color: #f2b1b1;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--grapes-of-italy:#6e4e8d;
--mauve-memento:#a06a9c;
--lavender-blessing:#d5b9c5;
--brain-pink:#f2b1b1;
}