Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1a1a1a;
}
.thunder {
color: #4d4d4d;
}
.industrial-revolution {
color: #737373;
}
.dark-souls {
color: #a3a3a3;
}
.snowflake {
color: #f0f0f0;
}
/* CSS Variables */
:root {
--eerie-black:#1a1a1a;
--thunder:#4d4d4d;
--industrial-revolution:#737373;
--dark-souls:#a3a3a3;
--snowflake:#f0f0f0;
}