Skip to content

Material Design color palette for your Sass projects.

License

Notifications You must be signed in to change notification settings

manjitkarve/quantum-colors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Quantum-Colors

Description

Use the color palette from Google's Material Design spec in your Sass projects.

What it is

Picked up the colors from https://github.com/nickpfisterer/quantum-colors Added maps for individual color palettes Added functions to define palettes and retreive palette colors

Usage

Import "quantum-colors" into your sass file

@import "quantum-colors";

Modify it to define your palette instead of the cyan-yellow-orange palette currently defined.

$primary: create-palette($blue-pal);

Use functions "xdark-pal", "dark-pal", "base-pal", "light-pal", "xlight-pal" to use colors in your project. For example:

.myHeader{
    background-color: base-pal($primary);
}

ChangeLog

v1.0.0 (06-25-2015):

  • First release

About

Material Design color palette for your Sass projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%