meodai / hue-hub

A single page application that uses do0dle-colors library for generating color schemes

Home Page:https://do0dleman.github.io/hue-hub/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hue Hub

This is a single page application that uses do0dle-colors library for generating color schemes based on a single "seed" color. This project is based on my previous one - Colors even though the project was almsot completely rewritten.

Github pages

You can see and use the app on github pages here.

Features

  • You can open seed color colorpicker by clicking on "Hue Hub" logo
  • You can set seed color by hex value
  • You can select generated color value display type in seetings:
    • hex (default)
    • rgb
    • hsl
  • You can choose 1 out of 7 scheme generation methods in setting, to learn more about them check do0dle-colors
  • You can copy generated color value by clicking on it

Color names

This Project uses Color Name API for color name fetching.

Tech stack

  • React
  • Redux(RTK)
  • RTK Query
  • SCSS(Sass)
  • do0dle-colors

License

See the LICENSE file for license rights and limitations (GPL3).

About

A single page application that uses do0dle-colors library for generating color schemes

https://do0dleman.github.io/hue-hub/

License:GNU General Public License v3.0


Languages

Language:TypeScript 66.0%Language:SCSS 31.5%Language:JavaScript 1.6%Language:HTML 0.8%