Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d9b2e6;
}
.violet-femmes {
color: #a76c9e;
}
.sweet-flag {
color: #6b3e93;
}
.christalle {
color: #3d1d5e;
}
.blacklist {
color: #1a0c2c;
}
/* CSS Variables */
:root {
--pretty-petunia:#d9b2e6;
--violet-femmes:#a76c9e;
--sweet-flag:#6b3e93;
--christalle:#3d1d5e;
--blacklist:#1a0c2c;
}