Color names in this palette
CSS code for this palette
/* CSS */
.glittering-gemstone {
color: #dac2e5;
}
.wisteria {
color: #a77ccb;
}
.amaranth-purple {
color: #6b3f8d;
}
.fading-horizon {
color: #4a1c69;
}
.midnight-purple {
color: #2a003d;
}
/* CSS Variables */
:root {
--glittering-gemstone:#dac2e5;
--wisteria:#a77ccb;
--amaranth-purple:#6b3f8d;
--fading-horizon:#4a1c69;
--midnight-purple:#2a003d;
}