Color names in this palette
CSS code for this palette
/* CSS */
.barney-purple {
color: #a300a0;
}
.mazzy-star {
color: #b85fb9;
}
.pretty-petunia {
color: #d5b0e8;
}
.sassy-pink {
color: #f6d1ff;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
/* CSS Variables */
:root {
--barney-purple:#a300a0;
--mazzy-star:#b85fb9;
--pretty-petunia:#d5b0e8;
--sassy-pink:#f6d1ff;
--hot-aquarelle-pink:#ffb3e4;
}