Color names in this palette
CSS code for this palette
/* CSS */
.cynical-black {
color: #171717;
}
.shadowed-steel {
color: #4a4a4a;
}
.red-vitality {
color: #9c1c1c;
}
.chi-gong {
color: #d12929;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--cynical-black:#171717;
--shadowed-steel:#4a4a4a;
--red-vitality:#9c1c1c;
--chi-gong:#d12929;
--bleached-silk:#f2f2f2;
}