Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1c1c2c;
}
.odyssey-grey {
color: #4b4b5d;
}
.blue-mood {
color: #7c7c8d;
}
.quincy-granite {
color: #b5b5b0;
}
.traffic-white {
color: #f1f1e9;
}
/* CSS Variables */
:root {
--sambucus:#1c1c2c;
--odyssey-grey:#4b4b5d;
--blue-mood:#7c7c8d;
--quincy-granite:#b5b5b0;
--traffic-white:#f1f1e9;
}