Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7a3d99;
}
.wisteria {
color: #a77ccb;
}
.tropical-violet {
color: #d1a4e0;
}
.rose-drag-e {
color: #f1d1ff;
}
.pink-delight {
color: #ff80db;
}
/* CSS Variables */
:root {
--cadmium-violet:#7a3d99;
--wisteria:#a77ccb;
--tropical-violet:#d1a4e0;
--rose-drag-e:#f1d1ff;
--pink-delight:#ff80db;
}