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=like_count&page=127
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=like_count&page=128",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=126"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 425,
            "id_string": "faf3e0-eabf9f-b68973-1e212d-candytone",
            "name": "Vivid Coral Mist",
            "colors": [
                "#FAF3E0",
                "#EABF9F",
                "#B68973",
                "#1E212D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.422221Z"
        },
        {
            "id": 352,
            "id_string": "ffeddb-edcdbb-e3b7a0-bf9270-swatchbird",
            "name": "Electric Amber Haze",
            "colors": [
                "#FFEDDB",
                "#EDCDBB",
                "#E3B7A0",
                "#BF9270"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.077247Z"
        },
        {
            "id": 458,
            "id_string": "557153-7d8f69-a9af7e-e6e5a3-paperfox",
            "name": "Cool Honey Hush",
            "colors": [
                "#557153",
                "#7D8F69",
                "#A9AF7E",
                "#E6E5A3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.574227Z"
        },
        {
            "id": 443,
            "id_string": "f3c5c5-c1a3a3-886f6f-694e4e-swatchbird",
            "name": "Cool Ruby Dusk",
            "colors": [
                "#F3C5C5",
                "#C1A3A3",
                "#886F6F",
                "#694E4E"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.505208Z"
        },
        {
            "id": 384,
            "id_string": "ffeecc-ffddcc-ffcccc-febbcc-cobaltcat",
            "name": "Cloud Coral Dream",
            "colors": [
                "#FFEECC",
                "#FFDDCC",
                "#FFCCCC",
                "#FEBBCC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.230966Z"
        },
        {
            "id": 365,
            "id_string": "fefcf3-f5ebe0-f0dbdb-dba39a-nordichue",
            "name": "Cloud Gold Glow",
            "colors": [
                "#FEFCF3",
                "#F5EBE0",
                "#F0DBDB",
                "#DBA39A"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.140259Z"
        },
        {
            "id": 460,
            "id_string": "fee3ec-f9c5d5-f999b7-f2789f-palettepup",
            "name": "Soft Magenta Hush",
            "colors": [
                "#FEE3EC",
                "#F9C5D5",
                "#F999B7",
                "#F2789F"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.583286Z"
        },
        {
            "id": 356,
            "id_string": "fff8ea-9e7676-815b5b-594545-nordichue",
            "name": "Neon Ember Sunset",
            "colors": [
                "#FFF8EA",
                "#9E7676",
                "#815B5B",
                "#594545"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.095875Z"
        },
        {
            "id": 435,
            "id_string": "87805e-b09b71-d8cca3-eddfb3-retroswatch",
            "name": "Warm Gold Tide",
            "colors": [
                "#87805E",
                "#B09B71",
                "#D8CCA3",
                "#EDDFB3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.468710Z"
        },
        {
            "id": 450,
            "id_string": "a7727d-eddbc7-f8ead8-f9f5e7-retroswatch",
            "name": "Soft Ember Tide",
            "colors": [
                "#A7727D",
                "#EDDBC7",
                "#F8EAD8",
                "#F9F5E7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.537053Z"
        }
    ]
}