EXPLORE VIDEO GAME COLORS

VIDEO GAME COLOR DATA ARCHIVE

GENRES
ALL
ACTION
RPG
INDIE
HORROR
PLATFORM
COLOR SPECTRUMS

RED

BLUE

YELLOW

GREEN

PURPLE

MONO

BROWN

LOADING...
COPIED!
ADD NEW GAME
BASIC INFORMATION
TRAILER INFORMATION
COLOR PALETTE (5 COLORS)
COLOR ANALYSIS METRICS
GENRES
+ ADD NEW GENRE
COLOR CATEGORIES
+ ADD NEW COLOR
CODE GENERATOR - NEW GAME ADDED
STEP 1: UPDATE DATA FILE
Copy the JSON code below and add it to your games-data.json file. Add it to the end of the array, just before the closing bracket ]. Don't forget to add a comma after the previous game entry!
📁 games-data.json
STEP 2: ADD GAMEPLAY DATA (OPTIONAL)
To add gameplay analysis, insert a "gameplayAnalysis" object into the game's entry in games-data.json. It should have the same structure as a trailer, but without a "url". Make sure to include an "image" for the card view and a "analysisReportImage" property containing the URL to the detailed report image.
"gameplayAnalysis": { "name": "Gameplay Analysis", "image": "http://googleusercontent.com/youtube.com/...", "analysisReportImage": "URL_TO_REPORT_IMAGE.png", "dominantColors": [ "#FFFFFF", ... ], "colorAnalysis": { ... } }, "trailers": [ ... ]
Detailed gameplay analysis report