cssmaterial-designmaterial-design-lite

Build a custom Material Design Lite Palette


How can i build a customized MDL with the colors that not are in this tool: https://getmdl.io/customize/index.html

I whant those colors:

Primary-color: red 400 (#EF5350)

Secondary-color: amber 500 (#FFC107)

That form part of color's app that I'm making:

my app


Solution

  • I've read this following wiki: https://github.com/google/material-design-lite/wiki/Customizing-Colors

    And I can change the variables with the custom color, then I build with "gulp", and find the CSS file in the "dist" directory.