Color names in this palette
CSS code for this palette
/* CSS */
.grape-smoke {
color: #b49cbf;
}
.viola-grey {
color: #8d699b;
}
.harvest-night {
color: #5a3e84;
}
.minsk {
color: #3c296a;
}
.russian-violet {
color: #2e194d;
}
/* CSS Variables */
:root {
--grape-smoke:#b49cbf;
--viola-grey:#8d699b;
--harvest-night:#5a3e84;
--minsk:#3c296a;
--russian-violet:#2e194d;
}