Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #e9b4e0;
}
.berry-popsicle {
color: #d69fcf;
}
.violet-femmes {
color: #a76c9d;
}
.dark-pansy {
color: #6a3e79;
}
.murasaki {
color: #4b1f4c;
}
/* CSS Variables */
:root {
--rosecco:#e9b4e0;
--berry-popsicle:#d69fcf;
--violet-femmes:#a76c9d;
--dark-pansy:#6a3e79;
--murasaki:#4b1f4c;
}