Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #4b3d5c;
}
.emperor-jewel {
color: #6e5b8b;
}
.violetta {
color: #a76c99;
}
.think-pink {
color: #e8a1c0;
}
.pink-frosting {
color: #f9d7e0;
}
/* CSS Variables */
:root {
--powerful-mauve:#4b3d5c;
--emperor-jewel:#6e5b8b;
--violetta:#a76c99;
--think-pink:#e8a1c0;
--pink-frosting:#f9d7e0;
}