dataland.json
Dataland Brand Identity
A complete profile of Dataland's visual system — colors, typography, components, and personality — extracted from https://dataland.io. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/dataland
- Machine-readable JSON: https://characterquilt.com/branding/dataland.json
- Per-page llms.txt: https://characterquilt.com/branding/dataland/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #0000EE |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #0000EE
- accent: #0000EE
- background: #0A0A0A
- textPrimary: #0A0A0A
- link: #0000EE
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://dataland.io/assets/dataland-logo.svg
- Favicon: https://dataland.io/favicon.ico
- Social card (og:image): https://dataland.io/assets/og-image.png
UI Components
- buttonPrimary: background=#FFFFFF, textColor=#0A0A0A, borderColor=#FFFFFF, borderRadius=999px, shadow=none
- buttonSecondary: background=#0A0A0A, textColor=#E8E8E8, borderColor=#2C2C30, borderRadius=999px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Dataland Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- ai
- universal-search-1
- The World's First Museum of A.I. Art Will Open in Los Angeles as the Art World Ponders Questions of Ethics and Sustainability
- Image: https://th-thumbnailer.cdn-si-edu.com/19WY01pFOLo7d23-TKOZ2-4eleA=/1280x960/filters:focal(960x704:961x705)/https://tf-cmsv2-smithsonianmag-media.s3.amazonaws.com/filer_public/eb/8b/eb8b1fbe-966d-4e6c-b4df-145e468ea7aa/building_hero_1-1.jpg
- Source: https://www.smithsonianmag.com/smart-news/the-worlds-first-museum-of-ai-art-will-open-in-los-angeles-as-the-art-world-ponders-questions-of-ethics-and-sustainability-180988613/
- DATALAND
- Image: https://storage.googleapis.com/dataland-static/media_thumbnails/Teaser_-_Poster.jpg?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=133009400086-compute%40developer.gserviceaccount.com%2F20260427%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20260427T030001Z&X-Goog-Expires=172800&X-Goog-SignedHeaders=host&X-Goog-Signature=4f49e17abc5e078ba2ef2871f286b1eaeada8cfbe7ef578260ca39ecf472b5d99edf6e48fd4b8a214ecc1da076397e6f3300f254cc75adf98d68770c4a9f86a31179f17dd14a7204eda3df3c4909d14e1f2968e84a70cd0b42fc95ff4296418a949d0d75aa21aa02e0a96e4c6705468fbca97a4489605667d0daed6af5e50f9c62eb2f1a04189bf76389003e4e3fc13bf5322b25a35a7a282f873a5d16c3eff38300babd0e7f1b747f6da0ed0b37b93a66b69a4d89b377ee926a6cf9f12a11f9207dfd841bff69a2298e5c24958cba6fe099b529ebbec863bc299bda81a8a9e0b51aff08fadde57fa5af931a6bc9e28602d5be1c157080ee9e56ff743ef70e04
- Source: https://dataland.art/
- Refik Anadol's AI arts museum, Dataland, sets opening date - Los Angeles Times
- Image: https://ca-times.brightspotcdn.com/dims4/default/ffe69ac/2147483647/strip/true/crop/3839x2136+0+0/resize/1200x668!/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2F99%2Fd5%2F120256334019b219f25b53b0c0a5%2Fdataland-infinity-room-00.jpg
- Source: https://www.latimes.com/entertainment-arts/story/2026-04-23/refik-anadol-ai-art-museum-dataland-opening-date
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.