Created
July 25, 2019 03:33
-
-
Save thagomizer/67944c84d390d2fea51e3f2cf2dbaa6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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