Color names in this palette
CSS code for this palette
/* CSS */
.bleached-silk {
color: #f2f2f2;
}
.christmas-silver {
color: #e0e0e0;
}
.palladium {
color: #b0b0b0;
}
.grey {
color: #808080;
}
.bauhaus {
color: #404040;
}
/* CSS Variables */
:root {
--bleached-silk:#f2f2f2;
--christmas-silver:#e0e0e0;
--palladium:#b0b0b0;
--grey:#808080;
--bauhaus:#404040;
}