diff options
Diffstat (limited to 'bin/data')
| -rw-r--r-- | bin/data/breakfast_blue_orange.xml | 9 | ||||
| -rw-r--r-- | bin/data/caramels.xml | 9 | ||||
| -rw-r--r-- | bin/data/figs.xml | 9 | ||||
| -rw-r--r-- | bin/data/frosted_brights.xml | 9 | ||||
| -rw-r--r-- | bin/data/garlic_pale.xml | 9 | ||||
| -rw-r--r-- | bin/data/petals_on_sky.xml | 9 | ||||
| -rw-r--r-- | bin/data/yellow_on_grey.xml | 7 |
7 files changed, 61 insertions, 0 deletions
diff --git a/bin/data/breakfast_blue_orange.xml b/bin/data/breakfast_blue_orange.xml new file mode 100644 index 0000000..71373f9 --- /dev/null +++ b/bin/data/breakfast_blue_orange.xml @@ -0,0 +1,9 @@ +<?xml version='1.0' encoding='utf-8'?> +<palette name="breakfast blue orange"> + <colour hex="e8e8df"/> + <colour hex="baafb0"/> + <colour hex="4e6894"/> + <colour hex="2f334a"/> + <colour hex="de6718"/> + <colour hex="f5bd7d"/> +</palette> diff --git a/bin/data/caramels.xml b/bin/data/caramels.xml new file mode 100644 index 0000000..9eb1096 --- /dev/null +++ b/bin/data/caramels.xml @@ -0,0 +1,9 @@ +<?xml version='1.0' encoding='utf-8'?> +<palette name="caramel tones"> + <colour hex="e8e3e3"/> + <colour hex="b8a39d"/> + <colour hex="3d2c25"/> + <colour hex="6d504d"/> + <colour hex="a38262"/> + <colour hex="cfb388"/> +</palette> diff --git a/bin/data/figs.xml b/bin/data/figs.xml new file mode 100644 index 0000000..0aa810f --- /dev/null +++ b/bin/data/figs.xml @@ -0,0 +1,9 @@ +<?xml version='1.0' encoding='utf-8'?> +<palette name="figs"> + <colour hex="d9d4db"/> + <colour hex="979ab8"/> + <colour hex="6e4d5a"/> + <colour hex="2e6b85"/> + <colour hex="84ad6f"/> + <colour hex="c8d691"/> +</palette> diff --git a/bin/data/frosted_brights.xml b/bin/data/frosted_brights.xml new file mode 100644 index 0000000..1bdd33f --- /dev/null +++ b/bin/data/frosted_brights.xml @@ -0,0 +1,9 @@ +<?xml version='1.0' encoding='utf-8'?> +<palette name="frosted brights"> + <colour hex="e8e8e1"/> + <colour hex="4fb4bf"/> + <colour hex="407685"/> + <colour hex="2b2638"/> + <colour hex="b51747"/> + <colour hex="ed5f87"/> +</palette> diff --git a/bin/data/garlic_pale.xml b/bin/data/garlic_pale.xml new file mode 100644 index 0000000..71373f9 --- /dev/null +++ b/bin/data/garlic_pale.xml @@ -0,0 +1,9 @@ +<?xml version='1.0' encoding='utf-8'?> +<palette name="breakfast blue orange"> + <colour hex="e8e8df"/> + <colour hex="baafb0"/> + <colour hex="4e6894"/> + <colour hex="2f334a"/> + <colour hex="de6718"/> + <colour hex="f5bd7d"/> +</palette> diff --git a/bin/data/petals_on_sky.xml b/bin/data/petals_on_sky.xml new file mode 100644 index 0000000..1fc93bc --- /dev/null +++ b/bin/data/petals_on_sky.xml @@ -0,0 +1,9 @@ +<?xml version='1.0' encoding='utf-8'?> +<palette name="petals on sky"> + <colour hex="fcef97"/> + <colour hex="e6d44a"/> + <colour hex="c29b61"/> + <colour hex="998564"/> + <colour hex="8ea5bf"/> + <colour hex="8ba3bf"/> +</palette> diff --git a/bin/data/yellow_on_grey.xml b/bin/data/yellow_on_grey.xml new file mode 100644 index 0000000..85fd51c --- /dev/null +++ b/bin/data/yellow_on_grey.xml @@ -0,0 +1,7 @@ +<?xml version='1.0' encoding='utf-8'?> +<palette name="yellow on grey"> + <colour hex="191919"/> + <colour hex="dfe2db"/> + <colour hex="fff056"/> + <colour hex="e0e0e0"/> +</palette> |
