• Stars
    star
    143
  • Rank 257,007 (Top 6 %)
  • Language
    CSS
  • Created about 10 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Sass replacement for the standard CSS named color system

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.