Color names in this palette
CSS code for this palette
/* CSS */
.purple-shade {
color: #4b2c4e;
}
.plum-jam {
color: #6d4b86;
}
.mauve-memento {
color: #a5699a;
}
.iced-vovo {
color: #e1a8b5;
}
.pink-frosting {
color: #f8d8e2;
}
/* CSS Variables */
:root {
--purple-shade:#4b2c4e;
--plum-jam:#6d4b86;
--mauve-memento:#a5699a;
--iced-vovo:#e1a8b5;
--pink-frosting:#f8d8e2;
}