Color names in this palette
CSS code for this palette
/* CSS */
.knight-elf {
color: #8c6aaf;
}
.wisteria {
color: #a77ccb;
}
.spring-wisteria {
color: #d2a3e0;
}
.hanami-pink {
color: #f1b1e4;
}
.harvest-wreath {
color: #f8d5c4;
}
/* CSS Variables */
:root {
--knight-elf:#8c6aaf;
--wisteria:#a77ccb;
--spring-wisteria:#d2a3e0;
--hanami-pink:#f1b1e4;
--harvest-wreath:#f8d5c4;
}