Color names in this palette
CSS code for this palette
/* CSS */
.chromaphobic-black {
color: #292929;
}
.black-oak {
color: #4f4f4f;
}
.steel {
color: #7a7a7a;
}
.dark-souls {
color: #a3a3a3;
}
.snowflake {
color: #f0f0f0;
}
/* CSS Variables */
:root {
--chromaphobic-black:#292929;
--black-oak:#4f4f4f;
--steel:#7a7a7a;
--dark-souls:#a3a3a3;
--snowflake:#f0f0f0;
}