Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1d2d;
}
.knighthood {
color: #3b3e54;
}
.purple-daze {
color: #5f6381;
}
.prophetic-sea {
color: #7e8c9a;
}
.blue-pot {
color: #a2b0c3;
}
/* CSS Variables */
:root {
--sambucus:#1a1d2d;
--knighthood:#3b3e54;
--purple-daze:#5f6381;
--prophetic-sea:#7e8c9a;
--blue-pot:#a2b0c3;
}