Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d9b3e6;
}
.bell-heather {
color: #a67ab3;
}
.plum-power {
color: #805f8c;
}
.succinct-violet {
color: #4f3b6d;
}
.azulado {
color: #221f4d;
}
/* CSS Variables */
:root {
--pretty-petunia:#d9b3e6;
--bell-heather:#a67ab3;
--plum-power:#805f8c;
--succinct-violet:#4f3b6d;
--azulado:#221f4d;
}