Color names in this palette
CSS code for this palette
/* CSS */
.vanishing {
color: #3a0e5d;
}
.eine-kleine-nachtmusik {
color: #5a2c9b;
}
.fuchsia-pheromone {
color: #9e4eb7;
}
.bright-ube {
color: #d1a1e3;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--vanishing:#3a0e5d;
--eine-kleine-nachtmusik:#5a2c9b;
--fuchsia-pheromone:#9e4eb7;
--bright-ube:#d1a1e3;
--marigold-dust:#f4cf3e;
}