Color names in this palette
CSS code for this palette
/* CSS */
.wisteria-purple {
color: #8b5c99;
}
.mauve-mist {
color: #c49cd3;
}
.pretty-petunia {
color: #d9b7e1;
}
.goldsmith {
color: #f1b24b;
}
.white-elf {
color: #f5c284;
}
/* CSS Variables */
:root {
--wisteria-purple:#8b5c99;
--mauve-mist:#c49cd3;
--pretty-petunia:#d9b7e1;
--goldsmith:#f1b24b;
--white-elf:#f5c284;
}