Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1d2d;
}
.black-rock {
color: #2e2f3d;
}
.odyssey-grey {
color: #4b4c5d;
}
.blue-mood {
color: #7b7c8e;
}
.cream-violet {
color: #aaabc0;
}
/* CSS Variables */
:root {
--sambucus:#1a1d2d;
--black-rock:#2e2f3d;
--odyssey-grey:#4b4c5d;
--blue-mood:#7b7c8e;
--cream-violet:#aaabc0;
}