Color names in this palette
CSS code for this palette
/* CSS */
.izmir-purple {
color: #4d3f6e;
}
.justice {
color: #5f6c8c;
}
.moon-veil {
color: #8d99b0;
}
.elevated {
color: #b1c3d3;
}
.flowers-of-may {
color: #e3d9e2;
}
/* CSS Variables */
:root {
--izmir-purple:#4d3f6e;
--justice:#5f6c8c;
--moon-veil:#8d99b0;
--elevated:#b1c3d3;
--flowers-of-may:#e3d9e2;
}