Color names in this palette
CSS code for this palette
/* CSS */
.autumn-wisteria {
color: #c9a2d7;
}
.satin-flower {
color: #b68dbf;
}
.lavish-spending {
color: #8a69bf;
}
.daisy-bush {
color: #5b3f92;
}
.her-highness {
color: #3b2b6e;
}
/* CSS Variables */
:root {
--autumn-wisteria:#c9a2d7;
--satin-flower:#b68dbf;
--lavish-spending:#8a69bf;
--daisy-bush:#5b3f92;
--her-highness:#3b2b6e;
}