Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #4b3c5d;
}
.plum-power {
color: #7d5c8a;
}
.usu-pink {
color: #a87a9c;
}
.pretty-petunia {
color: #d5b3df;
}
.venetian-rose {
color: #f0c7e6;
}
/* CSS Variables */
:root {
--powerful-mauve:#4b3c5d;
--plum-power:#7d5c8a;
--usu-pink:#a87a9c;
--pretty-petunia:#d5b3df;
--venetian-rose:#f0c7e6;
}