skyscrape.json
Skyscrape Brand Identity
A complete profile of Skyscrape's visual system — colors, typography, components, and personality — extracted from http://skyscrape.us. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/skyscrape
- Machine-readable JSON: https://characterquilt.com/branding/skyscrape.json
- Per-page llms.txt: https://characterquilt.com/branding/skyscrape/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #FFDED4 |
| Accent | #FF5921 |
| Body Font | Open Sans |
| Heading Font | Open Sans |
Color Palette
- primary: #FFDED4
- secondary: #0000EE
- accent: #FF5921
- background: #FAFAFA
- textPrimary: #000000
- link: #FF5921
Typography
- primary: Open Sans — https://fonts.google.com/specimen/Open+Sans
- heading: Open Sans — https://fonts.google.com/specimen/Open+Sans
Visual Assets
- Favicon: https://static.wixstatic.com/media/340162_a3fac70a48674d5a87a6ed8feb1afe51%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/340162_a3fac70a48674d5a87a6ed8feb1afe51%7Emv2.png
- Social card (og:image): https://static.wixstatic.com/media/340162_a7311d934b974671b973604d2889ae32~mv2.png/v1/fill/w_653,h_653,al_c/340162_a7311d934b974671b973604d2889ae32~mv2.png
UI Components
- input: background=#FFDED4, textColor=#FF4500, borderColor=null, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: fashion-conscious individuals
Skyscrape Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Skyscrape background PSD, High Quality Free PSD Templates for Download | Freepik
- SOBHA HARTLAND 2 – SKYSCRAPE AVENUE : r/dubairealestate
- Page 14 | Big london skyscrape Images - Free Download on Freepik
- SOBHA HARTLAND 2 – SKYSCRAPE AVENUE : r/dubairealestate
- Page 5 | Big london skyscrape Images - Free Download on Freepik
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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Open Sans",
"role": "body"
},
{
"family": "Open Sans SemiCondensed Italic",
"role": "unknown"
},
{
"family": "Arial",
"role": "body"
},
{
"family": "Helvetica",
"role": "body"
}
],
"colors": {
"primary": "#FFDED4",
"secondary": "#0000EE",
"accent": "#FF5921",
"background": "#FAFAFA",
"textPrimary": "#000000",
"link": "#FF5921"
},
"typography": {
"fontFamilies": {
"primary": "Open Sans",
"heading": "Open Sans"
},
"fontStacks": {
"heading": [
"wfont_340162_6915f94bae9f42baadd7eb0e48ee9c9e",
"wf_6915f94bae9f42baadd7eb0e4",
"orig_radikal_w_03_bold"
],
"body": [
"Arial",
"Helvetica",
"sans-serif"
],
"paragraph": [
"wfont_ceb6cc_ef4c08251b6b4de6950af0dda63e4c4f",
"wf_ef4c08251b6b4de6950af0dda",
"orig_open_sans_regular"
]
},
"fontSizes": {
"h1": "94px",
"h2": "94px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 10,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "#FFDED4",
"textColor": "#FF4500",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://static.wixstatic.com/media/340162_a3fac70a48674d5a87a6ed8feb1afe51%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/340162_a3fac70a48674d5a87a6ed8feb1afe51%7Emv2.png",
"ogImage": "https://static.wixstatic.com/media/340162_a7311d934b974671b973604d2889ae32~mv2.png/v1/fill/w_653,h_653,al_c/340162_a7311d934b974671b973604d2889ae32~mv2.png"
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "No valid brand logo - the only candidate is a small social media icon linking externally, not suitable as the main brand logo.",
"confidence": 0.3,
"rejected": true,
"source": "llm"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "fashion-conscious individuals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "No valid brand logo - the only candidate is a small social media icon linking externally, not suitable as the main brand logo.",
"confidence": 0.3
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}