Color names in this palette
CSS code for this palette
/* CSS */
.chrome-aluminum {
color: #a6a8ab;
}
.quiet-grey {
color: #b7babd;
}
.january-dawn {
color: #e0e2e5;
}
.chef-s-hat {
color: #f3f4f6;
}
.veiled-spotlight {
color: #d0d3d7;
}
/* CSS Variables */
:root {
--chrome-aluminum:#a6a8ab;
--quiet-grey:#b7babd;
--january-dawn:#e0e2e5;
--chef-s-hat:#f3f4f6;
--veiled-spotlight:#d0d3d7;
}