Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1c1c2c;
}
.mountain-fig {
color: #3a3a4b;
}
.twilight-dusk {
color: #5d5d79;
}
.mandrake {
color: #89899f;
}
.hundred-waters {
color: #b3b3d1;
}
/* CSS Variables */
:root {
--sambucus:#1c1c2c;
--mountain-fig:#3a3a4b;
--twilight-dusk:#5d5d79;
--mandrake:#89899f;
--hundred-waters:#b3b3d1;
}