Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1d2d;
}
.indian-ink {
color: #3b3e4a;
}
.champion-blue {
color: #5d6189;
}
.sweet-lavender {
color: #8b8fbb;
}
.purity {
color: #d9cae2;
}
/* CSS Variables */
:root {
--sambucus:#1a1d2d;
--indian-ink:#3b3e4a;
--champion-blue:#5d6189;
--sweet-lavender:#8b8fbb;
--purity:#d9cae2;
}