Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

10xLaCroixDrinker/colors.less

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages