An open API service indexing awesome lists of open source software.

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

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.