Last active
July 26, 2023 12:49
-
-
Save rmeekers/c966c4e1c2a24cd0706c136bcb41e307 to your computer and use it in GitHub Desktop.
Enter Digital Color Palette
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
{ | |
"author": "Enter Digital – www.enterdigital.coop", | |
"description": "The official brand colours of Enter Digital.", | |
"palette": [ | |
{ | |
"name": "Base Brand Colours", | |
"description": "", | |
"colors": [ | |
"#E0F378", | |
"#F5F5F5", | |
"#132035", | |
"#4B34DB" | |
] | |
}, | |
{ | |
"name": "Mindaro", | |
"description": "tints in steps of 20%", | |
"colors": [ | |
"#E0F378", | |
"#E6F593", | |
"#ECF8AE", | |
"#F3FAC9", | |
"#F9FDE4" | |
] | |
}, | |
{ | |
"name": "Cultured", | |
"description": "tints in steps of 20%", | |
"colors": [ | |
"#F5F5F5", | |
"#F7F7F7", | |
"#F9F9F9", | |
"#FBFBFB", | |
"#FDFDFD" | |
] | |
}, | |
{ | |
"name": "Yankees Blue", | |
"description": "tints in steps of 20%", | |
"colors": [ | |
"#132035", | |
"#424D5D", | |
"#717986", | |
"#A1A6AE", | |
"#D0D2D7" | |
] | |
}, | |
{ | |
"name": "Iris", | |
"description": "tints in steps of 20%", | |
"colors": [ | |
"#4B34DB", | |
"#6F5DE2", | |
"#9385E9", | |
"#B7AEF1", | |
"#DBD6F8" | |
] | |
}, | |
{ | |
"name": "Notice – Green", | |
"description": "in steps of 20%", | |
"colors": [ | |
"#B8F499", | |
"#C6F6AD", | |
"#D4F8C2", | |
"#E3FBD6", | |
"#F1FDEB" | |
] | |
}, | |
{ | |
"name": "Notice – Orange", | |
"description": "in steps of 20%", | |
"colors": [ | |
"#FFC56F", | |
"#FFD18C", | |
"#FFDCA9", | |
"#FFE8C5", | |
"#FFF3E2" | |
] | |
}, | |
{ | |
"name": "Notice – Red", | |
"description": "in steps of 20%", | |
"colors": [ | |
"#FF6936", | |
"#FF875E", | |
"#FFA587", | |
"#FFC3AF", | |
"#FFE1D7" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment