Home · Branding · Skyscrape

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.

Download JSON
Primary
#FFDED4
Accent
#FF5921
Body Font
Open Sans
Heading
Open Sans

Color Palette

Brand palette extracted from http://skyscrape.us.

primary
#FFDED4
rgb(255, 222, 212)
secondary
#0000EE
rgb(0, 0, 238)
accent
#FF5921
rgb(255, 89, 33)
background
#FAFAFA
rgb(250, 250, 250)
textPrimary
#000000
rgb(0, 0, 0)
link
#FF5921
rgb(255, 89, 33)

Typography

Each font links to its Google Fonts page where available.

primary
Open Sans
heading
Open Sans
wfont_340162_6915f94bae9f42baadd7eb0e48ee9c9e, wf_6915f94bae9f42baadd7eb0e4, orig_radikal_w_03_bold
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:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. 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.

Visual Assets

Skyscrape favicon
Favicon
Skyscrape social image
Social Card

UI Components

Live previews rendered using Skyscrape's actual button styles.

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, and marketing materials.

Frequently Asked Questions

What is Skyscrape's primary brand color?

Skyscrape's primary brand color is #FFDED4. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Skyscrape use?

Skyscrape uses #FF5921 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Skyscrape use?

Skyscrape uses Open Sans as the primary typeface across body and headings.

Does Skyscrape use a light or dark theme?

Skyscrape's primary site uses a light color scheme, with a background of #FAFAFA.

How was this brand profile generated?

This profile was extracted from http://skyscrape.us using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Skyscrape.

Methodology

Brand data on this page was extracted from http://skyscrape.us on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Skyscrape.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "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
    }
  }
}

Related Brand Profiles