xom9ikk / colors

Generate random colors and gradients

Home Page:https://colors.xom9ik.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colors - inspirational colors and gradients

Colors Screenshot

For users 😀

Colors. With this tool you can generate beautiful colors. Generation of many different gradients is also available. To generate a new color or gradient, just click on the generate button. All information about the current color or gradient is displayed below the color card. If you accidentally generated a new color, but the previous color seemed to you more successful, then you can press the back button and thus navigate through the previously generated colors.

🧲 How can this be useful?

This can be helpful when choosing a color for a new design. The algorithm that controls the color generation does not use all very saturated colors in the generation. This way, you only get the colors that can be used in the design. Colors like #00FF00 are never seen here, as they might be in other color matching tools.

For developers 🤔

Installation and Development server

Clone repo

$ git clone https://github.com/xom9ikk/colors.git

Install the dependencies

$ npm i

Run in dev mode with hot reload. dev server will run at http://localhost:3000

$ npm run start

Build for production. Static files will be created in dist folder.

$ npm run build

License

MIT

About

Generate random colors and gradients

https://colors.xom9ik.com

License:MIT License


Languages

Language:TypeScript 60.9%Language:SCSS 24.5%Language:JavaScript 5.2%Language:Shell 4.8%Language:HTML 3.7%Language:Dockerfile 1.0%