
Josh Rowe, the creative director for Build with Chrome, let me in on a little Easter Egg. Legos come in all sorts of colors, but not so for Build. It turns out there were some issues with “WebGL shaders work and the complexity of the 3D scenes.” In other words, they could make it fast, or they could offer 150 colors. They went with fast. I’d say that’s a good call.
As it turns out, you can add one of those colors back. You’re going to have to go into the Chrome developer console, but this isn’t really that complicated. I’ve tested it, and it works. Here goes:
First, go to Build with Chrome and start building. You need to see the brick view.
Open the JavaScript console in Chrome: View > Developer > JavaScript Console

If you’ve done this correctly, you’ll see a text box in the bottom.
Paste this command into the console:
Builder.setBrickColor(“secret”);

Pink bricks!