Skip to content

hypeJunction/color-wizard

Repository files navigation

Systematic Color Palette Generator

Welcome to my Palette Generator. I have built this tool as I was struggling to find a palette generator that was easy to use and customize. I hope you find it useful.

Systematic palette generator uses a parabolic formula to autofill color saturation for various intervals, given color hue and luminance. The tools gives you a wide range of control over palette parameters and allows you to bulk edit HSL levels, as well as define the number of shades and hues in your palette. It also makes it easier to work color contrast and accessibility.

Each color swatch also shows you the color contrast against black/white text. WCAG 2.0 specification requires color contrast of at least 4.5:1 for texts under 18pt (24px) for a contrast to be considered accessible for people with vision impairments.

Inspired by Jeeyoung Jung's article Designing Systematic Colors

image

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.

License

The MIT License

Copyright 2018 Ismayil Khayredinov

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.