SOMATIC Brand: Colors, Fonts, Logo & Visual Identity

SOMATIC Brand Identity

A complete profile of SOMATIC's visual system — colors, typography, components, and personality — extracted from http://getsomatic.com. Built for designers, agents, and AI tools.

Color Palette

Brand palette extracted from http://getsomatic.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.

Visual Assets

Logo

Favicon

UI Components

Button Styles

Brand Personality

SOMATIC Brand in the Wild

Frequently Asked Questions

  1. What is SOMATIC's primary brand color?
    SOMATIC's primary brand color is #F97269.

  2. What font does SOMATIC use?
    SOMATIC uses Nunito Sans as the primary typeface across body and headings.

  3. Does SOMATIC use a light or dark theme?
    SOMATIC's primary site uses a light color scheme, with a background of #F7F7F7.

  4. Where can I find SOMATIC's logo?
    SOMATIC's logo is available directly on their site (http://getsomatic.com).

  5. How was this brand profile generated?
    This profile was extracted from http://getsomatic.com using the Firecrawl branding extraction API.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Nunito Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#F97269",
    "accent": "#F97269",
    "background": "#F7F7F7",
    "textPrimary": "#090909",
    "link": "#F97269"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Nunito Sans",
      "heading": "Nunito Sans"
    },
    "fontStacks": {
      "heading": [
        "Nunito Sans",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Nunito Sans",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Nunito Sans",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "68px",
      "h2": "36px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#F97269",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "shadow": "rgba(249, 114, 105, 0.4) 0px 0px 15px 0px"
    },
    "buttonSecondary": {
      "background": "#090909",
      "textColor": "#F97269",
      "borderColor": "#F97269",
      "borderRadius": "0px",
      "shadow": "rgba(249, 114, 105, 0.5) 0px 0px 15px 0px"
    }
  },
  "images": {
    "logo": "http://getsomatic.com/images/logo_white.svg",
    "favicon": "http://getsomatic.com/favicon.ico?favicon.0csa34e83s7om.ico"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "businesses looking for cleaning automation solutions"
  }
}