Project

palat

0.0
No commit activity in last 3 years
No release in over 3 years
Generate beautiful, accessible color schemes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

< 0.2, >= 0.0.1
 Project Readme

palat logo

RubyGem

Generate beautiful, accessible color schemes from a single background color. Used in Screendoor to allow our users to customize their public-facing forms.

View some examples →

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 variables

License

MIT