Color names in this palette
CSS code for this palette
/* CSS */
.silver-tradition {
color: #d8d9d3;
}
.online {
color: #afb6b3;
}
.sandstone-grey-green {
color: #8a8f8c;
}
.black-pool {
color: #4f5452;
}
.blackadder {
color: #2a2d2b;
}
/* CSS Variables */
:root {
--silver-tradition:#d8d9d3;
--online:#afb6b3;
--sandstone-grey-green:#8a8f8c;
--black-pool:#4f5452;
--blackadder:#2a2d2b;
}