Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1c1c2b;
}
.india-ink {
color: #3e3e4c;
}
.taylor {
color: #5b5b7b;
}
.blue-intrigue {
color: #7d7d9b;
}
.freesia-purple {
color: #b2b2d7;
}
/* CSS Variables */
:root {
--sambucus:#1c1c2b;
--india-ink:#3e3e4c;
--taylor:#5b5b7b;
--blue-intrigue:#7d7d9b;
--freesia-purple:#b2b2d7;
}