# Constellation Space Brand Identity

A complete profile of **Constellation Space**'s visual system — colors, typography, components, and personality — extracted from https://constellation-io.com/. Built for designers, agents, and AI tools.

- Page: https://characterquilt.com/branding/constellation-space
- Machine-readable JSON: https://characterquilt.com/branding/constellation-space.json
- Per-page llms.txt: https://characterquilt.com/branding/constellation-space/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #9CA3AF |
| Accent | #282E38 |
| Body Font | Times New Roman |
| Heading Font | Times New Roman |

## Color Palette

- primary: #9CA3AF
- secondary: #2D343F
- accent: #282E38
- background: #000000
- textPrimary: #000000
- link: #282E38

## Typography

- primary: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman
- heading: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman

## Brand Personality

Tone: professional · Energy: medium · Audience: unknown

## Constellation Space Brand in the Wild

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

- **The Andromeda constellation: Facts, myth and location | Space**
  - Image: https://cdn.mos.cms.futurecdn.net/iK2v45GknTnUwjv2kgDtTP-1200-80.jpg
  - Source: https://www.space.com/andromeda-constellation
- **Space Trash Signs project creates debris 'constellations' to highlight  space junk problem (video) | Space**
  - Image: https://cdn.mos.cms.futurecdn.net/sswghKH8JhxKkTz3BMAqfQ.png
  - Source: https://www.space.com/space-trash-constellations-highlight-space-junk-problem
- **Space Exploring Landing Page Website Template Stock Vector (Royalty Free)  1255817938 | Shutterstock**
  - Image: https://www.shutterstock.com/image-vector/space-exploring-landing-page-website-260nw-1255817938.jpg
  - Source: https://www.shutterstock.com/image-vector/space-exploring-landing-page-website-template-1255817938
- **A-Train: The Afternoon Constellation - NASA Science**
  - Image: https://assets.science.nasa.gov/dynamicimage/assets/science/missions/a-train/images/A-Train_2024_UPDATE.jpg?w=2400&h=1622&fit=clip&crop=faces%2Cfocalpoint
  - Source: https://science.nasa.gov/mission/a-train/
- **Satellite megaconstellations will threaten space-based astronomy | Nature**
  - Image: https://media.springernature.com/lw1200/springer-static/image/art%3A10.1038%2Fs41586-025-09759-5/MediaObjects/41586_2025_9759_Fig2_HTML.png
  - Source: https://www.nature.com/articles/s41586-025-09759-5
- **Constellation Launches: The Operating System for Space | Fondo**
  - Image: https://cdn.prod.website-files.com/691672e8696835fde83bf394/698467a5fa7d0e27ef5ea7c2_6966e807bf761671c446775c_constellation.png
  - Source: https://fondo.com/blog/constellation-launches

## 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:

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.
