GithubHelp home page GithubHelp logo

afkplus / material-design-color-palette Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zavoloklom/material-design-color-palette

0.0 0.0 0.0 1.53 MB

Material Design Color Palette: LESS/CSS toolkit

Home Page: http://zavoloklom.github.io/material-design-color-palette/

License: MIT License

JavaScript 1.51% CSS 98.49%

material-design-color-palette's Introduction

![Latest Version](https://img.shields.io/github/release/zavoloklom/material-design-color-palette.svg?style=flat-square&label=latest version) ![Software License](https://img.shields.io/badge/license-MIT License-blue.svg?style=flat-square) Total Downloads

NPM Dependency DevDependency Last Month Downloads

Material Design Color Palette

Material Design Color Palette: LESS/CSS toolkit

Color palette created and maintained by Google.

This color palette comprises primary and accent colors that can be used for illustration or to develop your brand colors. They’ve been designed to work harmoniously with each other.

Get started at http://zavoloklom.github.io/material-design-color-palette

Download: 1.1.0 (ZIP)

Install

Bower: bower install material-design-color-palette

Getting started

BASIC: Default CSS

Use this method to get the default Material Design Color Palette CSS.

  • Download latest version of Material Design Color Palette.
  • Unpack the entire material-design-color-palette archive into your project.
  • In the of your html, reference the location to your material-design-color-palette.min.css. <link rel="stylesheet" href="path/to/material-design-color-palette/css/material-design-color-palette.min.css">
  • Check out the Examples pages to start using Material Design Color Palette!

PRO: Custom LESS

Use this method to customize Material Design Color Palette using LESS.

  • Download latest version of Material Design Color Palette.
  • Unpack the entire material-design-color-palette archive into your project.
  • Open your project's path/to/material-design-color-palette/less/variables/colors.less to change HEX values.
  • Open your project's path/to/material-design-color-palette/less/variables/main.less to change prefixes @zmdc-css-prefix, @zmdc-text-prefix and @zmdc-bg-prefix.

Css class template: {@zmdc-css-prefix}-{@zmdc-text-prefix or @zmdc-bg-prefix}-{color name}-{color value}. Example: mdc-text-red-400

  • Re-compile your LESS if using a static compiler.
  • Check out the Examples pages to start using Material Design Color Palette!

License

Changelog

  • 1.1.0 - add some changes into LESS mixins and variables
  • 1.0.0 - add all colors from Google

Versioning

Material Design Color Palette will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • New colors from Google or changes that breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org.

Author

Donate

material-design-color-palette's People

Contributors

zavoloklom avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.