Color names in this palette
CSS code for this palette
/* CSS */
.izmir-purple {
color: #4c3e70;
}
.magenta-violet {
color: #6c508b;
}
.tatarian-aster {
color: #9b699b;
}
.geranium-bud {
color: #d2a3c7;
}
.lacquer-mauve {
color: #f1d0e4;
}
/* CSS Variables */
:root {
--izmir-purple:#4c3e70;
--magenta-violet:#6c508b;
--tatarian-aster:#9b699b;
--geranium-bud:#d2a3c7;
--lacquer-mauve:#f1d0e4;
}