Lospec-style palette library. List is index-only fast: filter by size / tag / contained color, sort by popularity — all backed by the composite + GIN indexes on Palette. Create dedupes by signature ("gom trùng").

GET /coloring/palettes/?format=api&ordering=-created&page=43
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "instance": null,
    "properties": [],
    "meta": null,
    "links": {
        "next": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=44",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=42"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 932,
            "id_string": "ffeedb-ffd8cc-ffbd9b-0a1d37-coloreef",
            "name": "Vivid Ember Hush",
            "colors": [
                "#FFEEDB",
                "#FFD8CC",
                "#FFBD9B",
                "#0A1D37"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.352256Z"
        },
        {
            "id": 931,
            "id_string": "911f27-630a10-fcf0c8-face7f-huedrift",
            "name": "Amber Harbor",
            "colors": [
                "#911F27",
                "#630A10",
                "#FCF0C8",
                "#FACE7F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.347519Z"
        },
        {
            "id": 930,
            "id_string": "f4f3f3-dfdfdf-bfd8d5-b1bed5-swatchbird",
            "name": "Soft Ocean Drift",
            "colors": [
                "#F4F3F3",
                "#DFDFDF",
                "#BFD8D5",
                "#B1BED5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.342654Z"
        },
        {
            "id": 929,
            "id_string": "27296d-5e63b6-a393eb-f5c7f7-nordichue",
            "name": "Orchid Dawn",
            "colors": [
                "#27296D",
                "#5E63B6",
                "#A393EB",
                "#F5C7F7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.336113Z"
        },
        {
            "id": 928,
            "id_string": "fcf9ea-badfdb-ffa4a4-ffbdbd-huedrift",
            "name": "Cloud Ruby Harbor",
            "colors": [
                "#FCF9EA",
                "#BADFDB",
                "#FFA4A4",
                "#FFBDBD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.331453Z"
        },
        {
            "id": 927,
            "id_string": "021526-03346e-6eacda-e2e2b6-swatchbird",
            "name": "Ocean Dusk",
            "colors": [
                "#021526",
                "#03346E",
                "#6EACDA",
                "#E2E2B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.326670Z"
        },
        {
            "id": 926,
            "id_string": "fefaf6-eadbc8-dac0a3-102c57-pixelpine",
            "name": "Ember Harbor",
            "colors": [
                "#FEFAF6",
                "#EADBC8",
                "#DAC0A3",
                "#102C57"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.322078Z"
        },
        {
            "id": 925,
            "id_string": "fff5e0-ff6969-c70039-141e46-pixelpine",
            "name": "Vivid Amber Drift",
            "colors": [
                "#FFF5E0",
                "#FF6969",
                "#C70039",
                "#141E46"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.317379Z"
        },
        {
            "id": 924,
            "id_string": "3f3b6c-624f82-9f73ab-a3c7d6-studiomochi",
            "name": "Cool Tide Sunset",
            "colors": [
                "#3F3B6C",
                "#624F82",
                "#9F73AB",
                "#A3C7D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.312893Z"
        },
        {
            "id": 923,
            "id_string": "606c5d-fff4f4-f7e6c4-f1c376-mossyhex",
            "name": "Vivid Ruby Dream",
            "colors": [
                "#606C5D",
                "#FFF4F4",
                "#F7E6C4",
                "#F1C376"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.308153Z"
        }
    ]
}