Color names in this palette
CSS code for this palette
/* CSS */
.ultimate-grey {
color: #a7a8aa;
}
.fortress-grey {
color: #b7b8b7;
}
.waxwing {
color: #c1c3c1;
}
.reflection {
color: #d3d5d3;
}
.rock-candy {
color: #dfe1df;
}
/* CSS Variables */
:root {
--ultimate-grey:#a7a8aa;
--fortress-grey:#b7b8b7;
--waxwing:#c1c3c1;
--reflection:#d3d5d3;
--rock-candy:#dfe1df;
}