Skip to content

Instantly share code, notes, and snippets.

@maecapozzi
Created August 29, 2021 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maecapozzi/f45f092209a9b378d5dba69183422125 to your computer and use it in GitHub Desktop.
Save maecapozzi/f45f092209a9b378d5dba69183422125 to your computer and use it in GitHub Desktop.
design tokens - the lowest layer of abstraction
// colors.ts
const blue100 = '#18253f'
const blue200 = '#1d3158'
const blue300 = '#224177'
const gray100 = '#000000'
const gray200 = '#1e2024'
const red100 = '#7f1218'
// and so on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment