All submitted content will be licensed under the CC BY-SA license. Under this license, everyone, including you, can access and use the content on this website freely. Please don’t submit anything if you don’t agree with this license.
On how to use the open content, please refer to the About page.
There are two ways to submit a new color palette.
We have created a form for you to submit new color palettes. We will regularly collect the results and integrate them into our website.
We pull data from this form automatically and create a Pull Request on GitHub. Not every tool will be merged. The unmerged tools will be shown in the list of PRs.
OR Create a Pull Request on GitHub
If your are familiar with GitHub, please create a new Pull Request here: kausalflow/colorteller
We use Hugo to generate the website.
- Install Hugo
- Fork the repo kausalflow/colorteller
hugo new colors/name-of-palette.md
- Edit the new file in
content/colors/name-of-palette.md
- Commit, Push, and Create PR on GitHub
If you prefer not to install Hugo:
- Fork the repo kausalflow/colorteller
- Create a new file
content/colors/name-of-color.md
with the following content - Fill in the fields in the new file. If it is unclear what to type in, please refer to existing color palettes inside
content/colors/
. - Commit, Push, and Create PR on GitHub.