sanjeevpraja / colors.less

Use LESS to create color schemes

Home Page:http://projects.jimmyking.me/colors.less

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#colors.less

##Create color schemes with LESS

I like to use formulaic color schemes in my web development sometimes, but generating them with tools like kuler is not very maintainable. So I decided to write some LESS color formulas to generate some of the most common color schemes, and share it with you.

##Documentation

Scope:

Create the following color schemes

  • Shades
  • Analgous
  • Complementary
  • Split Complementary
  • Clash
  • Triadic
  • Tetradic
  • Five tone
  • Six tone

Usage

Each color scheme takes two parameters, @baseColor and @difference, @distance, or @angle. Except for the complimentary scheme, which only takes @baseColor.

Dependancies

The only dependancy is LESS.

About

Use LESS to create color schemes

http://projects.jimmyking.me/colors.less

License:MIT License


Languages

Language:CSS 100.0%