0

Does anyone know the name of the new CSS theme Google is using for their developer sites like this one?

Specifically, I am referring to the header design and theming.

A quick review of the source code shows this:

https://developers.google.com/_static/d30774ad07/css/devsite-google-blue.css

But I've never heard them announce their palette for the sites under this theme set. Overall, it looks like a Material Design product. However, the color palette seems unique. I like it and I would like to know what it is called so I can research it to learn more about it.

Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207

1 Answers1

1

Google recently released a new repo called "material design lite" on Github, that contains the material design elements used for the most recent google websites. Also there is a general documentation about the guidelines of google's material design idea and how to implement it into your own websites on the google design website.

https://github.com/google/material-design-lite

The material design is integrated into Polymer 1.0 paper-elements and also some of the core-elements i believe. Here is an example of how to use the "core-toolbar" custom element of polymer.

https://youtu.be/qDhHdi8RtwI?list=PLOU2XLYxmsII5c3Mgw6fNYCzaWrsM3sMN

Arnold Stoba
  • 368
  • 1
  • 8