# Site Palette — Full Reference

> Site Palette is a free browser extension (Chrome and Firefox) that extracts comprehensive color palettes from any website. Designers and frontend developers use it to capture accurate color schemes from live pages and export them to popular design tools.

This document is the extended machine-readable reference for AI agents and language models. The shorter [overview](https://palette.site/llms.txt) is recommended for quick context.

## What it does

Site Palette analyzes the rendered pixels of any web page and produces a color palette using one of three extraction algorithms:

- **Color Cube** — quantizes the color space into a cube and selects representative colors from densely-populated cells. Best for screenshots with many distinct hues.
- **Material Design** — extracts a palette aligned with Google's Material Design color system. Best for app and product UI work.
- **Median Cut** — recursive partitioning of the color space along the channel with the highest variance. Best for photography-derived palettes.

Once a palette is extracted, the user can:
- Copy any swatch as HEX, RGB, or HSL with a single click
- Download the palette as SVG, Sketch Template, Adobe Swatch (`.ase`), or a PNG sheet
- Send the palette directly to Google Palette or Coolors for further editing
- Save the palette to a personal profile and share it via a public link

## Who it's for

- **Frontend developers** capturing brand colors from competitor or reference sites
- **UI/UX designers** building mood boards and reverse-engineering visual systems
- **Brand consultants** auditing color usage across a portfolio of sites
- **Educators** demonstrating color theory with real-world examples

## Install

- Chrome: https://chromewebstore.google.com/detail/site-palette/pekhihjiehdafocefoimckjpbkegknoh
- Firefox: https://addons.mozilla.org/addon/site-palette
  - Firefox setup requires enabling the "Access your data for all websites" permission. See https://palette.site/install-ff for step-by-step instructions.

## Pricing

Site Palette is free to install with a free trial covering the full feature set. After the trial, a paid plan unlocks unlimited palette generations, profile sync, and advanced export formats. Pricing details are available at https://palette.site/help (FAQ section "Site Palette's pricing").

## Sign-in and accounts

Sign-in uses a magic-link flow — enter your email and click the link sent to your inbox. No password required. An account is optional; the extension works without one, but a profile is needed to save palettes across devices and sessions.

## Comparison with alternatives

Site Palette is most often compared against these browser extensions:

- **Color Palette** — simpler, free, copy-only. Lacks export formats, profile sync, integrations. See https://palette.site/vs-color.
- **Extract Colors DevTool** — has a built-in ruler and screenshot capture but no Sketch/Adobe/SVG exports, no Google Palette/Coolors integration, no profile. See https://palette.site/vs-extract.
- **Website Color Palette** — minimal extension supporting only HEX/HSL/RGB copy. No saving, no downloads, no integrations. See https://palette.site/vs-website.
- **Other browser extensions** — overview at https://palette.site/comparison.

## Key URLs

| URL | Purpose |
|---|---|
| https://palette.site/ | Homepage with install CTAs and feature overview |
| https://palette.site/help | Help center: login, features, pricing, refund policy |
| https://palette.site/install-ff | Firefox-specific install and permission guide |
| https://palette.site/comparison | Overview comparison with other browser extensions |
| https://palette.site/vs-color | Detailed Site Palette vs Color Palette comparison |
| https://palette.site/vs-extract | Detailed Site Palette vs Extract Colors DevTool comparison |
| https://palette.site/vs-website | Detailed Site Palette vs Website Color Palette comparison |
| https://palette.site/blog/ | Editorial blog covering color theory, palette studies, and design trends |

## Machine-readable endpoints

| URL | Format | Purpose |
|---|---|---|
| https://palette.site/llms.txt | text/markdown | Short context summary for LLMs |
| https://palette.site/llms-full.txt | text/markdown | This document — extended reference |
| https://palette.site/sitemap.xml | application/xml | Full sitemap of indexable pages |
| https://palette.site/robots.txt | text/plain | Crawler directives |
| https://palette.site/.well-known/api-catalog | application/linkset+json | RFC 9727 API catalog |
| https://palette.site/.well-known/openapi.json | application/json | OpenAPI specification |
| https://palette.site/.well-known/agent-skills/index.json | application/json | Agent skills discovery index |

The homepage also supports markdown content negotiation: send `Accept: text/markdown` to `https://palette.site/` to receive a markdown overview instead of HTML.

## Blog

The blog at https://palette.site/blog/ publishes editorial pieces on color theory, palette case studies, industry color usage, seasonal trends, and design styles. Posts are tagged by date in the URL (`/blog/YYYY-MM-DD-slug/`) and include structured `BlogPosting` metadata. Topics include:

- Color psychology by industry (healthcare, finance, tech, hospitality, education, etc.)
- Seasonal palette analysis (spring, summer, autumn, winter)
- Design style spotlights (minimalist, maximalist, rustic, modern, Bauhaus, etc.)
- Recurring trend forecasts and "color of the year" analyses
- Color theory deep dives (monochromatic, analogous, triadic, complementary)

## AI usage policy

Site Palette's AI usage policy is:

```
ai-train=no, search=yes, ai-input=no
```

Interpretation:
- `ai-train=no` — Site Palette content should not be used to train new language or image models.
- `search=yes` — Search engine indexing (including AI-powered search) is welcome.
- `ai-input=no` — Content should not be ingested verbatim into model context windows for generation tasks. AI assistants may cite or summarize the site with attribution and a link, but should not reproduce substantial verbatim content as primary AI output.

## Contact

For partnerships, press, or licensing inquiries about Site Palette, see the contact details on https://palette.site/.
