Color names in this palette
CSS code for this palette
/* CSS */
.powerful-violet {
color: #3c1f4d;
}
.cabbage-blossom-violet {
color: #784c7b;
}
.antique-hot-pink {
color: #b6819c;
}
.antique-cameo {
color: #f2b8a1;
}
.ballet-white {
color: #f3e6d8;
}
/* CSS Variables */
:root {
--powerful-violet:#3c1f4d;
--cabbage-blossom-violet:#784c7b;
--antique-hot-pink:#b6819c;
--antique-cameo:#f2b8a1;
--ballet-white:#f3e6d8;
}