Skip to content

jamespearson/sass-color-palettes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SASS Color Palettes

1500+ colors converted to SASS variables to help you use meaningful variable names.

The list was compiled by Chirag Mehta and can be used online at http://chir.ag/projects/name-that-color/ and converted to a list of SASS variables by James Pearson

Usage

Include the scss file in to your main scss file, then use the variables at will.

@import 'colors';

html{
	backgound-color: $alto;
	
	body:
		color: $white

For a colour chart of all 1500+ colors see samples.html

License

The content of the site (i.e., blog posts and page content) is licensed under a Creative Commons Attribution License: you may use it, but you must give attribution, preferable with a link and thanks in your Humans.txt

About

A collection of color palettes converted to SASS variables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages