Color names in this palette
CSS code for this palette
/* CSS */
.tiara-pink {
color: #d9a6d4;
}
.rock-star-pink {
color: #c58cbe;
}
.violet-femmes {
color: #a76c9f;
}
.cabbage-blossom-violet {
color: #784c7b;
}
.crown-jewel {
color: #4e2d5d;
}
/* CSS Variables */
:root {
--tiara-pink:#d9a6d4;
--rock-star-pink:#c58cbe;
--violet-femmes:#a76c9f;
--cabbage-blossom-violet:#784c7b;
--crown-jewel:#4e2d5d;
}