9504 shaares
222 private links
222 private links
lets you supply two color values in either hex, short hex, RGB percentages, or RGB decimals, and then get as many as ten color shades between the two you supplied.
#idea #project: reimplement it with an attractive UI and more options :)
Current limitations of other color blenders:
- from ColorHexa → only hex unit is supported
- from colordesigner.io → does not provide a palette of colors
- of hexcolorblender → only hex unit is supported
- of colorkit.org → only hex unit is supported
- of Adobe color Contrast Analyzer → does not generate palette colors
Improvements on the one of meyerweb:
- smoother UI
- support more color unit
- prefer the defined HTML color listed on the w3schools HTML Color names web page
- provide a custom amount of color mixes with a default of 7 or 10.
- works offline once the page is loaded
- WCAG 2 compliant?
Other requirements compared to other online
- the tool loads instantly
- it is SEO friendly → it is a static page that can be save for offline usage :)
- contrast checker agains WCAG, BITV, RGAA, ...