Color names in this palette
CSS code for this palette
/* CSS */
.succinct-violet {
color: #4e3c6d;
}
.plum-power {
color: #7c5e8d;
}
.garden-pansy {
color: #a890bb;
}
.berry-popsicle {
color: #d6a8d0;
}
.venetian-rose {
color: #f0c7e3;
}
/* CSS Variables */
:root {
--succinct-violet:#4e3c6d;
--plum-power:#7c5e8d;
--garden-pansy:#a890bb;
--berry-popsicle:#d6a8d0;
--venetian-rose:#f0c7e3;
}