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.
- Host: GitHub
- URL: https://github.com/nstechbytes/yourpalettes-website
- Owner: NSTechBytes
- License: apache-2.0
- Created: 2025-02-16T04:29:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T12:40:25.000Z (8 months ago)
- Last Synced: 2025-09-15T12:44:09.908Z (20 days ago)
- Topics: color-palettes, color-schemes, graphic-design, json-api, web-design
- Language: TypeScript
- Homepage: https://yourpalettes.pages.dev/
- Size: 1.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!