Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #191c2e;
}
.black-rock {
color: #2d2d39;
}
.odyssey-grey {
color: #4b4b5d;
}
.blue-genie {
color: #6961ff;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--sambucus:#191c2e;
--black-rock:#2d2d39;
--odyssey-grey:#4b4b5d;
--blue-genie:#6961ff;
--syndicalist:#f5c400;
}