Generate beautiful, accessible color schemes from a single background color. Used in Screendoor to allow our users to customize their public-facing forms.
Usage
1. Install the gem
gem 'palat'2. Generate a color scheme
generator = Palat::Generator.new('#fff') # white background
generator.to_h # prints a bunch of variablesLicense
MIT