Cotol
Enter a color in hex or rgb and darken or lighten it as you wish, a simple application that can help you to make color palettes.
Why? I always take time to make color palettes for web design, so I decided to make a simple app that can help me to solve this problem and also strengthen my javascript skills.
Who? I take the input and check if it is in rgb or hex and then using the sliders I increase its rgb value or decrease it.
With what?
- HTML
- SASS
- Webpack
- Javascript Vanilla