Home · Branding · Stormy AI

Stormy AI Brand Identity

A complete profile of Stormy AI's visual system — colors, typography, components, and personality — extracted from https://stormy.ai. Built for designers, agents, and AI tools.

Download JSON
Primary
#101828
Accent
#FF4E01
Body Font
DM Sans
Heading
DM Sans

Color Palette

Brand palette extracted from https://stormy.ai.

primary
#101828
rgb(16, 24, 40)
secondary
#FB4800
rgb(251, 72, 0)
accent
#FF4E01
rgb(255, 78, 1)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#FF4E01
rgb(255, 78, 1)
link
#FF4E01
rgb(255, 78, 1)

Typography

Each font links to its Google Fonts page where available.

primary
DM Sans
heading
DM Sans
DM Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, 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

Stormy AI logo
Logo
Stormy AI favicon
Favicon
Stormy AI social image
Social Card

UI Components

Live previews rendered using Stormy AI's actual button styles.

input
background transparent textColor #101828 borderColor null borderRadius 0px shadow none
buttonPrimary
background #FB4800 textColor #FFFFFF borderRadius 4px shadow none
buttonSecondary
background #FFFFFF textColor #364153 borderColor #E5E7EB borderRadius 4px shadow none

Brand Personality

Tone: modern Energy: high Audience: ecommerce businesses

Stormy AI Brand in the Wild

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

Frequently Asked Questions

What is Stormy AI's primary brand color?

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

What accent color does Stormy AI use?

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

What font does Stormy AI use?

Stormy AI uses DM Sans as the primary typeface across body and headings.

Does Stormy AI use a light or dark theme?

Stormy AI's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Stormy AI's logo?

Stormy AI's logo is available directly on their site (https://stormy.ai). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://stormy.ai 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 Stormy AI.

Methodology

Brand data on this page was extracted from https://stormy.ai 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 Stormy AI.

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": "#101828",
    "secondary": "#FB4800",
    "accent": "#FF4E01",
    "background": "#FFFFFF",
    "textPrimary": "#FF4E01",
    "link": "#FF4E01"
  },
  "typography": {
    "fontFamilies": {
      "primary": "DM Sans",
      "heading": "DM Sans"
    },
    "fontStacks": {
      "heading": [
        "DM Sans",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Noto Sans",
        "sans-serif"
      ],
      "body": [
        "DM Sans",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Noto Sans",
        "sans-serif"
      ],
      "paragraph": [
        "DM Sans",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Noto Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "16px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#101828",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FB4800",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#364153",
      "borderColor": "#E5E7EB",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%20239%20242%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-5%20w-5%22%20aria-hidden%3D%22true%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M151.438%20234.908C143.054%20238.681%20134.068%20241.361%20124.869%20242C124.842%20215.429%20124.799%20188.858%20124.682%20162.282C124.623%20157.529%20124.794%20152.766%20124.57%20148.013C123.2%20149.564%20122.326%20151.444%20121.377%20153.261C115.749%20163.353%20108.666%20172.671%20100.106%20180.466C92.9425%20187.665%2083.3594%20192.289%2073.3765%20193.925C68.3878%20194.98%2063.2604%20194.564%2058.197%20194.532C46.7591%20193.445%2035.7635%20188.794%2026.7454%20181.718C17.6633%20174.691%2010.6171%20165.17%206.33191%20154.535C2.41444%20145.099%200.596954%20134.917%200%20124.756C31.0413%20124.623%2062.0878%20124.772%2093.1344%20124.602C92.5002%20124.186%2091.8766%20123.749%2091.205%20123.382C83.5566%20119.348%2076.2067%20114.676%2069.6776%20108.985C66.9167%20106.406%2064.2198%20103.764%2061.6668%20100.972C54.5514%2092.7347%2049.8238%2082.4409%2048.2301%2071.6676C47.7664%2066.5793%2047.7451%2061.4271%2048.2621%2056.3388C50.1702%2043.9617%2056.4062%2032.4425%2065.1365%2023.5286C79.0102%209.50522%2098.3044%201.26807%20117.918%200C118.137%2012.1746%20117.652%2024.3705%20118.243%2036.5397C118.286%2053.0567%20118.334%2069.5737%20118.526%2086.0906C118.974%2089.394%20118.681%2092.7294%20119.022%2096.0328C124.08%2084.05%20130.854%2072.5254%20140.442%2063.6009C144.93%2059.1627%20150.159%2055.449%20155.947%2052.9129C163.777%2049.3217%20172.512%2048.1016%20181.067%2048.6131C193.8%2049.7373%20206.506%2054.6391%20215.706%2063.6968C226.158%2073.5164%20232.388%2086.9911%20236.071%20100.658C237.755%20107.307%20239.152%20114.105%20238.987%20121C208.446%20121.101%20177.901%20121%20147.361%20121.096C149.956%20123.121%20153.016%20124.394%20155.75%20126.2C163.691%20131.161%20171.052%20137.235%20176.712%20144.742C185.352%20155.989%20190.399%20170.354%20189.046%20184.601C188.001%20196.184%20183.225%20207.32%20175.79%20216.239C169.181%20224.146%20160.84%20230.646%20151.438%20234.908ZM123.877%20135.812C128.807%20134.64%20132.895%20130.75%20134.244%20125.859C136.557%20118.773%20131.733%20110.685%20124.714%20108.628C119.805%20107.318%20114.001%20108.063%20110.355%20111.884C107.482%20114.356%20105.969%20118.048%20105.681%20121.767C105.654%20127.133%20108.788%20132.407%20113.665%20134.725C116.788%20136.398%20120.471%20136.153%20123.877%20135.812Z%22%20fill%3D%22%23FF4E01%22%20style%3D%22fill%3A%20rgb(255%2C%2078%2C%201)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://stormy.ai/favicon-16x16.png",
    "ogImage": "https://stormy.ai/fav_with_text.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, aligning with the brand 'Stormy AI'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #0 ('Get started') is the primary CTA due to its vibrant brand color (#FB4800) and action-oriented text, making it the most prominent call-to-action."
    },
    "secondary": {
      "index": 12,
      "text": "View all",
      "reasoning": "Button #2 ('View all') is selected as the secondary button because it has a different background color (#FFFFFF) and serves a supportive role."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "ecommerce businesses"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, aligning with the brand 'Stormy AI'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles