Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #693c90;
}
.lavish-spending {
color: #8a6bb8;
}
.wisteria {
color: #a67dbf;
}
.gold-vessel {
color: #e7b78d;
}
.rustique {
color: #f4c1b3;
}
/* CSS Variables */
:root {
--sweet-flag:#693c90;
--lavish-spending:#8a6bb8;
--wisteria:#a67dbf;
--gold-vessel:#e7b78d;
--rustique:#f4c1b3;
}