Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1d1929;
}
.jagger {
color: #3e2a4b;
}
.imperial-palace {
color: #5f4d7a;
}
.viola-grey {
color: #8a6a9a;
}
.grape-smoke {
color: #b79bc0;
}
/* CSS Variables */
:root {
--coarse-wool:#1d1929;
--jagger:#3e2a4b;
--imperial-palace:#5f4d7a;
--viola-grey:#8a6a9a;
--grape-smoke:#b79bc0;
}