Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a59c9;
}
.wisteria {
color: #a37ac7;
}
.pretty-petunia {
color: #dab2e0;
}
.sugar-high {
color: #f4c8f3;
}
.medium-lavender-magenta {
color: #df99ff;
}
/* CSS Variables */
:root {
--ameixa:#6a59c9;
--wisteria:#a37ac7;
--pretty-petunia:#dab2e0;
--sugar-high:#f4c8f3;
--medium-lavender-magenta:#df99ff;
}