Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6b3e93;
}
.lusty-lavender {
color: #8f5eb0;
}
.wisteria {
color: #a77dba;
}
.pretty-petunia {
color: #d2b4e4;
}
.sugarpills {
color: #f7e0ff;
}
/* CSS Variables */
:root {
--sweet-flag:#6b3e93;
--lusty-lavender:#8f5eb0;
--wisteria:#a77dba;
--pretty-petunia:#d2b4e4;
--sugarpills:#f7e0ff;
}