Color names in this palette
CSS code for this palette
/* CSS */
.iron-grey {
color: #7c7e7c;
}
.dark-souls {
color: #a1a5a1;
}
.solitary-state {
color: #c3c6c3;
}
.intrepid-grey {
color: #dfe2df;
}
.whitest-white {
color: #f6f9f6;
}
/* CSS Variables */
:root {
--iron-grey:#7c7e7c;
--dark-souls:#a1a5a1;
--solitary-state:#c3c6c3;
--intrepid-grey:#dfe2df;
--whitest-white:#f6f9f6;
}