CSS code for this palette
/* CSS */
.sambucus {
color: #1c1c2c;
}
.india-ink {
color: #3b3b4e;
}
.agate-violet {
color: #5a5a72;
}
.waterloo {
color: #7a7a94;
}
.june-berry {
color: #9999b8;
}
/* CSS Variables */
:root {
--sambucus:#1c1c2c;
--india-ink:#3b3b4e;
--agate-violet:#5a5a72;
--waterloo:#7a7a94;
--june-berry:#9999b8;
}