CSS code for this palette
/* CSS */
.sambucus {
color: #1b1a2d;
}
.india-ink {
color: #3e3b4e;
}
.head-over-heels {
color: #5e5a72;
}
.bouquet {
color: #a67d95;
}
.tory-red {
color: #d86b5f;
}
/* CSS Variables */
:root {
--sambucus:#1b1a2d;
--india-ink:#3e3b4e;
--head-over-heels:#5e5a72;
--bouquet:#a67d95;
--tory-red:#d86b5f;
}