Starcloud Brand: Colors, Fonts, Logo & Visual Identity

Starcloud Brand Identity

A complete profile of Starcloud's visual system — colors, typography, components, and personality — extracted from https://www.starcloud.com/. Built for designers, agents, and AI tools.

Color Palette

Brand palette extracted from https://www.starcloud.com/

Typography

Each font links to its Google Fonts page where available.

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.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

UI Components

Live previews rendered using Starcloud's actual button styles.

Brand Personality

Starcloud Brand in the Wild

Image source: cdn.prod.website-files.com

Image source: cdn.prod.website-files.com

Image source: cdn.prod.website-files.com

Image source: cdn.prod.website-files.com

Image source: cdn.prod.website-files.com

Image source: i.vimeocdn.com

Frequently Asked Questions

Methodology

Brand data on this page was extracted from https://www.starcloud.com/ on 2026-07-27 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 Starcloud.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Overused Grotesk",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#3898EC",
    "secondary": "#1D9BF0",
    "accent": "#0082F3",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#0082F3"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Overused Grotesk",
      "heading": "Overused Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Overused Grotesk",
        "sans-serif"
      ],
      "body": [
        "Overused Grotesk",
        "sans-serif"
      ],
      "paragraph": [
        "Overused Grotesk",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "103.52px",
      "h2": "16px",
      "body": "53.12px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "24px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/66c1eabc58c4c392a9fba788/67b3571a4ed34c5c6f0bcb6d_logo_star_cloud.png",
    "favicon": "https://cdn.prod.website-files.com/66c1eabc58c4c392a9fba788/66ccbe21b498caf8eb0e1b3b_Favicon%2032%20x%2033.png",
    "ogImage": "https://cdn.prod.website-files.com/66c1eabc58c4c392a9fba788/67bdc21df1377e1ed8d41f6f_Web%20cover.png"
  }
}