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

https://github.com/nstechbytes/yourpalettes-website

YourPalettes is a collection of 17,390 unique color palettes , each with a distinct name. Whether you're a designer, developer, or artist, you can explore and download palettes in various formats to enhance your projects.
https://github.com/nstechbytes/yourpalettes-website

color-palettes color-schemes graphic-design json-api web-design

Last synced: about 14 hours ago
JSON representation

YourPalettes is a collection of 17,390 unique color palettes , each with a distinct name. Whether you're a designer, developer, or artist, you can explore and download palettes in various formats to enhance your projects.

Awesome Lists containing this project

README

          

# 🎨 YourPalettes

**YourPalettes** is a collection of **17,390 unique color palettes** , each with a distinct name. Whether you're a designer, developer, or artist, you can explore and download palettes in various formats to enhance your projects.

🌐 **Live Website:** [YourPalettes](https://yourpalettes.pages.dev/)

## ✨ Features

* 🔹 **17,390 Unique Color Palettes**
* 🎨 Download in **SVG, CSS, PNG, and PDF** formats
* 📡 **Developer API** for easy integration
* 🖌️ Perfect for designers, developers, and creatives

## 📥 Download Formats

YourPalettes allows you to download color palettes in multiple formats:

* **SVG:** Scalable vector format
* **CSS:** Ready-to-use styles
* **PNG:** High-quality images
* **PDF:** Data format for developers

## 🚀 API Usage

Developers can access all the palettes through the **YourPalettes API** :

🔗 **API Endpoint:**

```
https://raw.githubusercontent.com/NSTechBytes/yourpalettes-website/main/api/colorpalettes.json
```

### Example Fetch Request

```js
fetch("https://raw.githubusercontent.com/NSTechBytes/yourpalettes-website/main/api/colorpalettes.json")
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error("Error fetching palettes:", error));
```

## 🛠️ Installation & Usage

1. Visit [YourPalettes](https://yourpalettes.pages.dev/)
2. Browse and select a color palette
3. Download in your preferred format
4. Use it in your design or code

## 📝 License

This project is **open-source** and available under the **Apache 2.0 License** .

## 💙 Support

If you like this project, consider giving it a ⭐ on GitHub!