In the Docs for Style > Color the display of the actual Color Palette has three (potential) updates:
theme) 500 (to match material.io)


N/A
| Tech | Version |
|--------------|---------|
| Material-UI | 1.0.0-beta.13 |
| React | 15.6.2 |
| browser | Chrome |
| etc | |
Adding the subsequent PR now.
- The font is the browser default (should be according to the theme)
I agree
- The weight should be 500 (to match material.io)
I agree
- Color names should have capitalization and spaces in their display (while maintaining the need to lowerCase and remove spaces for theme purposes).
I don't agree, it's on purpose. There is a direct mapping between the import path and the name here.
Sweet.
RE: 3:
I added the original color as an additional prop, though I will take that back out to keep display in the browser like:
deepPurple for example (instead of showing Deep Purple in the browser).
I will update the PR.
PR is now updated, this is how it will look:

@JeromeFitz Awesome :)