Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.wisteria {
color: #a67dbf;
}
.satin-flower {
color: #b590bb;
}
.favorite-lavender {
color: #d1a8d7;
}
.pretty-petunia {
color: #d8b3df;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--wisteria:#a67dbf;
--satin-flower:#b590bb;
--favorite-lavender:#d1a8d7;
--pretty-petunia:#d8b3df;
}