Color names in this palette
CSS code for this palette
/* CSS */
.montana {
color: #39393c;
}
.boat-anchor {
color: #6b6b6b;
}
.artificial-intelligence-grey {
color: #a0a0a2;
}
.clouded-vision {
color: #d1d1d2;
}
.chef-s-hat {
color: #f4f4f5;
}
/* CSS Variables */
:root {
--montana:#39393c;
--boat-anchor:#6b6b6b;
--artificial-intelligence-grey:#a0a0a2;
--clouded-vision:#d1d1d2;
--chef-s-hat:#f4f4f5;
}