Home · Branding · AxionOrbital Space

AxionOrbital Space Brand Identity

A complete profile of AxionOrbital Space's visual system — colors, typography, components, and personality — extracted from https://axionorbital.space/. Built for designers, agents, and AI tools.

Download JSON
Primary
#1B3A2D
Accent
#F5F0E3
Body Font
DM Sans
Heading
DM Sans

Color Palette

Brand palette extracted from https://axionorbital.space/.

primary
#1B3A2D
rgb(27, 58, 45)
accent
#F5F0E3
rgb(245, 240, 227)
background
#FAF8F5
rgb(250, 248, 245)
textPrimary
#1B3B2E
rgb(27, 59, 46)
link
#1B3B2E
rgb(27, 59, 46)

Typography

Each font links to its Google Fonts page where available.

primary
DM Sans
heading
DM Sans
DM Sans, system-ui, -apple-system, sans-serif
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

AxionOrbital Space favicon
Favicon
AxionOrbital Space social image
Social Card

UI Components

Live previews rendered using AxionOrbital Space's actual button styles.

buttonPrimary
background #F5F0E3 textColor #1B3B2E borderColor #E3DCC7 borderRadius 16px shadow none
buttonSecondary
background #FAF8F5 textColor #1B3B2E borderRadius 9999px shadow none

Brand Personality

Tone: modern Energy: medium Audience: technology and space enthusiasts

AxionOrbital Space Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is AxionOrbital Space's primary brand color?

AxionOrbital Space's primary brand color is #1B3A2D. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does AxionOrbital Space use?

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

What font does AxionOrbital Space use?

AxionOrbital Space uses DM Sans as the primary typeface across body and headings.

Does AxionOrbital Space use a light or dark theme?

AxionOrbital Space's primary site uses a light color scheme, with a background of #FAF8F5.

How was this brand profile generated?

This profile was extracted from https://axionorbital.space/ 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 AxionOrbital Space.

Methodology

Brand data on this page was extracted from https://axionorbital.space/ 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 AxionOrbital Space.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "DM Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#1B3A2D",
    "accent": "#F5F0E3",
    "background": "#FAF8F5",
    "textPrimary": "#1B3B2E",
    "link": "#1B3B2E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "DM Sans",
      "heading": "DM Sans"
    },
    "fontStacks": {
      "heading": [
        "DM Sans",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ],
      "body": [
        "DM Sans",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ],
      "paragraph": [
        "DM Sans",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "48px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#F5F0E3",
      "textColor": "#1B3B2E",
      "borderColor": "#E3DCC7",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FAF8F5",
      "textColor": "#1B3B2E",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://axionorbital.space/favicon.svg?v=20260115",
    "ogImage": "https://axionorbital.space/og-image.png?v=2026"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Research LabWorld models, benchmarks, interactive satellite data, and Earth intelligence research.En",
      "reasoning": "Button #2 has a distinct background color (#F5F0E3) and features action-oriented text related to research, making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Book a Demo",
      "reasoning": "Button #0 has a different background color (#FAF8F5) and serves as a secondary action with less emphasis compared to the primary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "technology and space enthusiasts"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles