Color names in this palette
CSS code for this palette
/* CSS */
.harvest-night {
color: #5a3e84;
}
.wisteria {
color: #a77dba;
}
.tickled-pink {
color: #f2a6c1;
}
.vanilla {
color: #f3e4aa;
}
.australium-gold {
color: #eab839;
}
/* CSS Variables */
:root {
--harvest-night:#5a3e84;
--wisteria:#a77dba;
--tickled-pink:#f2a6c1;
--vanilla:#f3e4aa;
--australium-gold:#eab839;
}