Color names in this palette
CSS code for this palette
/* CSS */
.chrome-aluminum {
color: #a6a8ab;
}
.astroscopus-grey {
color: #b1b4b9;
}
.ash-blue {
color: #c0c4c9;
}
.veiled-spotlight {
color: #d0d3d7;
}
.silver-city {
color: #e2e4e9;
}
/* CSS Variables */
:root {
--chrome-aluminum:#a6a8ab;
--astroscopus-grey:#b1b4b9;
--ash-blue:#c0c4c9;
--veiled-spotlight:#d0d3d7;
--silver-city:#e2e4e9;
}