Color names in this palette
CSS code for this palette
/* CSS */
.blueberry {
color: #4c3d9e;
}
.venus-violet {
color: #7969bf;
}
.childish-wonder {
color: #a5a7d9;
}
.pretty-in-pink {
color: #f6c1e4;
}
.rogue-pink {
color: #f7a1bf;
}
/* CSS Variables */
:root {
--blueberry:#4c3d9e;
--venus-violet:#7969bf;
--childish-wonder:#a5a7d9;
--pretty-in-pink:#f6c1e4;
--rogue-pink:#f7a1bf;
}