Color names in this palette
CSS code for this palette
/* CSS */
.namara-grey {
color: #7a7d7f;
}
.typewriter-ink {
color: #4c4f52;
}
.caviar {
color: #2b2e31;
}
.gluon-grey {
color: #1a1c1e;
}
.ruined-smores {
color: #0e1011;
}
/* CSS Variables */
:root {
--namara-grey:#7a7d7f;
--typewriter-ink:#4c4f52;
--caviar:#2b2e31;
--gluon-grey:#1a1c1e;
--ruined-smores:#0e1011;
}