Color names in this palette
CSS code for this palette
/* CSS */
.iron-grey {
color: #7c7e7c;
}
.dark-souls {
color: #a2a4a2;
}
.solitary-state {
color: #c3c6c3;
}
.aria {
color: #e2e4e2;
}
.hotot-bunny {
color: #f1f3f1;
}
/* CSS Variables */
:root {
--iron-grey:#7c7e7c;
--dark-souls:#a2a4a2;
--solitary-state:#c3c6c3;
--aria:#e2e4e2;
--hotot-bunny:#f1f3f1;
}