Skip to content

Instantly share code, notes, and snippets.

@thagomizer
Created July 25, 2019 03:33
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 thagomizer/67944c84d390d2fea51e3f2cf2dbaa6a to your computer and use it in GitHub Desktop.
Save thagomizer/67944c84d390d2fea51e3f2cf2dbaa6a to your computer and use it in GitHub Desktop.
colorTable:
colorWhite: &colorWhite
rgb: [255, 255, 255]
hex: "FFFFFF"
colorRed100: &colorRed100
rgb: [255, 255, 255]
hex: "FFFFFF"
colorRed300: &colorRed300
rgb: [255, 255, 255]
hex: "FFFFFF"
colorRed500: &colorRed500
rgb: [255, 255, 255]
hex: "FFFFFF"
brandColors:
colorBrandPrimary:
# This is a comment
rgb: [250,70,22]
hex: "FA4616"
notes: "Brand color direct from marketing"
colorBrandSecondary:
rgb: [0,103,223]
hex: "0067DF"
notes: "Secondary Brand color direct from marketing"
colorBrandNeutralWhite:
reference: *colorWhite
notes: "Our white accessory brand color direct from marketing currently refers to the colorWhite value which is identical"
colorBrandAccessoryRed:
reference: *colorRed500
notes: "Brand color direct from marketing currently references our red pallet 500"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment