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=45
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=46",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=44"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 912,
            "id_string": "fcf8f8-fbefef-f9dfdf-f5afaf-hexharbor",
            "name": "Pastel Rose Bloom",
            "colors": [
                "#FCF8F8",
                "#FBEFEF",
                "#F9DFDF",
                "#F5AFAF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.256243Z"
        },
        {
            "id": 911,
            "id_string": "5800ff-0096ff-00d7ff-72ffff-nordichue",
            "name": "Neon Violet Haze",
            "colors": [
                "#5800FF",
                "#0096FF",
                "#00D7FF",
                "#72FFFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.251725Z"
        },
        {
            "id": 910,
            "id_string": "132043-1f4172-f1b4bb-fdf0f0-pixelpine",
            "name": "Vivid Scarlet Hush",
            "colors": [
                "#132043",
                "#1F4172",
                "#F1B4BB",
                "#FDF0F0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.247128Z"
        },
        {
            "id": 909,
            "id_string": "f5f5f5-f05454-30475e-121212-cobaltcat",
            "name": "Neon Ruby Dawn",
            "colors": [
                "#F5F5F5",
                "#F05454",
                "#30475E",
                "#121212"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.242385Z"
        },
        {
            "id": 908,
            "id_string": "fff7d1-ffecc8-ffd09b-ffb0b0-retroswatch",
            "name": "Soft Gold Glow",
            "colors": [
                "#FFF7D1",
                "#FFECC8",
                "#FFD09B",
                "#FFB0B0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.236091Z"
        },
        {
            "id": 907,
            "id_string": "0f0f0f-232d3f-005b41-008170-palettepup",
            "name": "Shadow Mint Harbor",
            "colors": [
                "#0F0F0F",
                "#232D3F",
                "#005B41",
                "#008170"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.231617Z"
        },
        {
            "id": 906,
            "id_string": "865858-8e7f7f-bbbbbb-e2d5d5-huedrift",
            "name": "Warm Ruby Grove",
            "colors": [
                "#865858",
                "#8E7F7F",
                "#BBBBBB",
                "#E2D5D5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.226174Z"
        },
        {
            "id": 905,
            "id_string": "082032-2c394b-334756-ff4c29-mossyhex",
            "name": "Rose Dawn",
            "colors": [
                "#082032",
                "#2C394B",
                "#334756",
                "#FF4C29"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.221430Z"
        },
        {
            "id": 904,
            "id_string": "c3f8ff-abd9ff-fff6bf-ffebad-duskpixel",
            "name": "Cloud Aqua Haze",
            "colors": [
                "#C3F8FF",
                "#ABD9FF",
                "#FFF6BF",
                "#FFEBAD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.216887Z"
        },
        {
            "id": 903,
            "id_string": "e9efc0-b4e197-83bd75-4e944f-swatchbird",
            "name": "Cool Fern Hush",
            "colors": [
                "#E9EFC0",
                "#B4E197",
                "#83BD75",
                "#4E944F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.212229Z"
        }
    ]
}