Skip to content

artiswilliams/thenewdefaults

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The New Defaults: A Sass Color Thesaurus

A Sass replacement for the standard CSS named color system. Provides more visually appealing hues for many CSS keywords; adds new colors with more relevant and easily remembered names. Inspired by Ingrid Sundberg’s color thesaurus and the work of Adam Morse.

To use

Include _color-map.scss and _color-generator.scss in your project:

@import 'maps/_color-map.scss';
@import 'functions/_color-generator.scss';

Use any of the named colors in your Sass:

body { background: color(sky); }

A complete visual guide to The New Defaults is available on Github Pages.

About

Sass replacement for the standard CSS named color system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.6%
  • HTML 49.4%