Color names in this palette
CSS code for this palette
/* CSS */
.fresh-heather {
color: #d2c3df;
}
.peony-mauve {
color: #a085b7;
}
.poppy-pompadour {
color: #6d3c9a;
}
.velvet-vortex {
color: #4a0c6e;
}
.cyclamen-red {
color: #a65e8d;
}
/* CSS Variables */
:root {
--fresh-heather:#d2c3df;
--peony-mauve:#a085b7;
--poppy-pompadour:#6d3c9a;
--velvet-vortex:#4a0c6e;
--cyclamen-red:#a65e8d;
}