jason-roberts / NamedColors

Named colors and RGB values for different platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#NamedColors

A collection of named colors with projections to various platforms for easy integration.

Currently a work in progress towards "version 1"

Contributing Colors

  • Please use Pascal case for color names

  • Color values are RGB hex 6 character (no preceeding #), i.e. use 000000 rather than 000 for black

  • By contributing you assert that color names are not trademarked or otherwise protected by law.

Thanks :)


About Jason Roberts

Jason Roberts is a Microsoft MVP, Pluralsight course author and Journeyman Software Developer with over 12 years experience.

He is the author of the books Keeping Software Soft) and C# Tips and writes at his blog DontCodeTired.com.

About

Named colors and RGB values for different platforms

License:Apache License 2.0


Languages

Language:C# 56.9%Language:CSS 43.1%