colors icon indicating copy to clipboard operation
colors copied to clipboard

Smarter defaults for colors on the web.

Results 23 colors issues
Sort by recently updated
recently updated
newest added

I loved the idea of using e.g. #80BFFF text color for #001F3F background. So I converted your websites hsla colors to hex and used them as variables. NOTE: I had...

Added a Sketch library and palette files

Hi. I am very happy to use this repo during recent months and I really thank you for that. I usually tend to use [CDN links](https://cdnjs.cloudflare.com/ajax/libs/colors/3.0.0/css/colors.min.css) but at the same...

I enjoyed the contrast colors available in the project page, so I variablized them and added new classes (bg-{color}-fg and fg-{color}-bg) to implement both the original colors and their appropriate...

As a supplement to the colors utility, a LESS implementation that simplifies creating multiple classes. It also includes a gulp file to compile and minify the files accordingly.

Added an MIT License link in the readme.

```ts import * as colors from 'colors.css' import {teal} from 'colors.css' console.log(teal) console.log(colors.navy) console.log(colors.blello) // Property 'blello' does not exist on type 'Colors' ```

Added NPM package details (badges).