Color names in this palette
CSS code for this palette
/* CSS */
.harvest-night {
color: #5a3f88;
}
.violet-frog {
color: #8e69b5;
}
.spring-wisteria {
color: #d1a3e0;
}
.sugar-high {
color: #f1cbea;
}
.frangipane {
color: #f7d5b1;
}
/* CSS Variables */
:root {
--harvest-night:#5a3f88;
--violet-frog:#8e69b5;
--spring-wisteria:#d1a3e0;
--sugar-high:#f1cbea;
--frangipane:#f7d5b1;
}