Color names in this palette
CSS code for this palette
/* CSS */
.lynx-white {
color: #f7f7f7;
}
.christmas-silver {
color: #e0e0e0;
}
.explosive-grey {
color: #c4c4c4;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.steel {
color: #7a7a7a;
}
/* CSS Variables */
:root {
--lynx-white:#f7f7f7;
--christmas-silver:#e0e0e0;
--explosive-grey:#c4c4c4;
--artificial-intelligence-grey:#a1a1a1;
--steel:#7a7a7a;
}