Color names in this palette
CSS code for this palette
/* CSS */
.italian-fitch {
color: #d1c5e7;
}
.grape-illusion {
color: #b4a3d7;
}
.faraway-sky {
color: #8f7cc0;
}
.coronation-blue {
color: #5c4f96;
}
.her-highness {
color: #392b6e;
}
/* CSS Variables */
:root {
--italian-fitch:#d1c5e7;
--grape-illusion:#b4a3d7;
--faraway-sky:#8f7cc0;
--coronation-blue:#5c4f96;
--her-highness:#392b6e;
}