Color names in this palette
CSS code for this palette
/* CSS */
.clouded-vision {
color: #d1d1d1;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.dugong {
color: #707070;
}
.bauhaus {
color: #404040;
}
.umbra {
color: #1f1f1f;
}
/* CSS Variables */
:root {
--clouded-vision:#d1d1d1;
--artificial-intelligence-grey:#a1a1a1;
--dugong:#707070;
--bauhaus:#404040;
--umbra:#1f1f1f;
}