From 4bc0653137485fc774800e0d4e5e46a65a2ca43b Mon Sep 17 00:00:00 2001 From: HatScripts Date: Wed, 23 Jun 2021 18:31:49 +1000 Subject: [PATCH] Add color palette info to README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 75ca3c8..7140472 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,28 @@ svgo ./flags --recursive --config=svgo.yml Then commit the changes, and submit them as a pull request. +### The color palette + +Submitted flags should conform to the following color palette.
+Try to match the flag's original colors with the nearest color from the palette. + +* `#eeeeee`: white +* `#acabb1`: gray +* `#333333`: black +* `#a2001d`: dark red +* `#d80027`: red +* `#ff9811`: orange +* `#ffda44`: yellow +* `#6da544`: green +* `#496e2d`: dark green +* `#338af3`: light blue +* `#0052b4`: blue + +Special cases: +* `#002266`: dark blue (only one usage: [ Chad](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/td.svg), to differentiate from [ Romania](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/ro.svg)) +* `#4a1f63`: purple (only one usage: [ Balearic Islands](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/es-ib.svg)) +* `#751a46`: dark pink (only one usage: [ Qatar](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/qa.svg)) + ## License This project is released under the [MIT license](LICENSE).