Color names in this palette
CSS code for this palette
/* CSS */
.izmir-purple {
color: #4c3e70;
}
.parma-mauve {
color: #5d5982;
}
.blue-intrigue {
color: #7c7c9c;
}
.santas-grey {
color: #a0a2b1;
}
.lavender-water {
color: #d4c8df;
}
/* CSS Variables */
:root {
--izmir-purple:#4c3e70;
--parma-mauve:#5d5982;
--blue-intrigue:#7c7c9c;
--santas-grey:#a0a2b1;
--lavender-water:#d4c8df;
}