https://github.com/ducdev/palettes
Color palettes for UI/UX
https://github.com/ducdev/palettes
hacktoberfest hacktoberfest2021 hacktoberfest2022 hacktoberfest2023
Last synced: 8 months ago
JSON representation
Color palettes for UI/UX
- Host: GitHub
- URL: https://github.com/ducdev/palettes
- Owner: ducdev
- License: 0bsd
- Created: 2020-10-05T07:55:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T07:32:43.000Z (over 2 years ago)
- Last Synced: 2025-01-27T07:09:11.599Z (about 1 year ago)
- Topics: hacktoberfest, hacktoberfest2021, hacktoberfest2022, hacktoberfest2023
- Language: JavaScript
- Homepage: https://toppalletes.netlify.app/
- Size: 522 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Color Palettes Collection
### How to contribute to this repo
1. Fork this repo
2. Create a new markdown file in `/palette` following this structure:
```
---
id: 76qLZe0YP
colors:
- "f8efd4"
- "edc988"
- "d7385e"
- "132743"
liked: 0
---
```
`id:` should be a random string, its length is 9, you can generate one here: https://www.random.org/strings/, just make sure it's unique because it's the unique ID of the palette.
`colors:` find 4 colors which you believe that they can make a nice palette.
`liked:` should be 0 by default, people can send likes to their favorite palettes later.
Create the file name following this structure:
map-colors-list-**f8efd4**-**edc988**-**d7385e**-**132743**-liked-0-id-**76qlze0yp**.md
They are colors and unique ID all in lowercase.
3. Submit the PR, that's it.