Giter Club home page Giter Club logo

colors's Introduction

COLORS

Better colors for the web.

View the project page at http://clrs.cc

What is this?

A simple color palette for the web. Let's be honest, out of the box, the color strings that css provides aren't... the tops. This is a set of sass/less/stylus/css variables and css classes that can help fix that with just 647B of minified and gzipped css.

(Uncompressed is just 888B)

colors.css provides utilities to apply backgrounds, text-color, border colors for both html and svg elements.

Example

.blue {         color: $blue; }
.bg-blue {      backgroundcolor: $blue; }
.border--blue { border-color: $blue; }
.fill-blue {    fill: $blue; }
.stroke-blue {  stroke: $blue; }

Install colors.css

You can get the code a few different ways

Download a zip from this page

Clone / fork the repo through git

git clone [email protected]:mrmrs/colors.git

Install through npm

npm install --save-dev colors.css

Install the ruby gem

gem install clrs

Using the css

Simply copy colors.css to your css directory and include the file like so in the head of your html document

<link rel="stylesheet" href="css/colors.css">

Using sass, stylus, less, and myth

If you'd like to customize colors.css to your liking, you can edit the source in a variety of flavors. Colors uses gulp as a taskrunner. There are individual gulp tasks for each preprocessor* Each gulp task also comes with automatic vendor prefix support, csslint output, and livereload updates built in. It's pretty sweet.

First run

npm install -g gulp

Then

npm install

Once that is complete you can use any preprocessor like so

Recompile everything imported in ./sass/colors.scss to css/colors.css everytime a file in the ./sass directory is updated

gulp sass

Recompile everything imported in ./stylus/colors.styl to ./css/colors.css everytime a file in the ./stylus directory is updated

gulp stylus

Recompile myth/colors.css to css/colors.css everytime myth/colors.css is updated

gulp myth

If you would like to minify ./css/colors.css to .css/colors.min.css you can just run

gulp minify
  • Except for less which doesn't seem well supported with gulp yet. Hopefully we can better support less soon.

Directory structure


    colors/
          ├── README.md
          ├── bower.json
          ├── coffee
          │   └── colors.coffee
          ├── css
          │   ├── colors.css
          │   └── colors.min.css
          ├── gulpfile.js
          ├── index.html
          ├── js
          │   └── colors.js
          ├── less
          │   ├── _skins.less
          │   ├── _variables.less
          │   └── colors.less
          ├── myth
          │   └── colors.css
          ├── package.json
          ├── sass
          │   ├── _skins.scss
          │   ├── _variables.scss
          │   └── colors.scss
          ├── site.css
          └── stylus
              ├── colors.styl
              ├── skins.styl
              └── variables.styl

Author

MRMRS

License

The MIT License (MIT)

Copyright (c) 2014 @mrmrs

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

colors's People

Contributors

enyo avatar filtercake avatar ilanbiala avatar kdrdgn avatar lewiscowper avatar mrmrs avatar nschonni avatar pem-- avatar sir-daniel avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.