Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 380 Bytes

File metadata and controls

16 lines (11 loc) · 380 Bytes

Color Lab

Color Lab is an implementation of tooling outlined by the team at Stripe to build color systems. It uses perceptual color models to give real-time feedback about accessibility.

Running locally

git clone git@github.com:tambium/color-lab.git
cd color-lab && yarn && yarn run dev

Building

yarn build && now --prod