Home · Branding · One Month

One Month Brand Identity

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

Download JSON
Primary
#4F39F6
Accent
#0A0A0A
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from http://onemonth.com.

primary
#4F39F6
rgb(79, 57, 246)
accent
#0A0A0A
rgb(10, 10, 10)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#262626
rgb(38, 38, 38)
link
#0076FF
rgb(0, 118, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, 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

One Month logo
Logo
One Month favicon
Favicon
One Month social image
Social Card

UI Components

Live previews rendered using One Month's actual button styles.

buttonPrimary
background #0A0A0A textColor #FFFFFF borderColor #E6E6E6 borderRadius 8px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.999994 0.0000455678 0.0000200868 / 0.2) 0px 1px 0px 0px inset
buttonSecondary
background #FFFFFF textColor #262626 borderColor #E5E5E5 borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: medium Audience: individuals looking to learn coding quickly

One Month Brand in the Wild

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

Frequently Asked Questions

What is One Month's primary brand color?

One Month's primary brand color is #4F39F6. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does One Month use?

One Month uses #0A0A0A as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does One Month use?

One Month uses Inter as the primary typeface across body and headings.

Does One Month use a light or dark theme?

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

Where can I find One Month's logo?

One Month's logo is available directly on their site (http://onemonth.com). 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 http://onemonth.com 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 One Month.

Methodology

Brand data on this page was extracted from http://onemonth.com 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 One Month.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#4F39F6",
    "accent": "#0A0A0A",
    "background": "#FFFFFF",
    "textPrimary": "#262626",
    "link": "#0076FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0A0A0A",
      "textColor": "#FFFFFF",
      "borderColor": "#E6E6E6",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.999994 0.0000455678 0.0000200868 / 0.2) 0px 1px 0px 0px inset"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#262626",
      "borderColor": "#E5E5E5",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20426%2066%22%20enable-background%3D%22new%200%200%20426%2066%22%20xml%3Aspace%3D%22preserve%22%20role%3D%22img%22%20class%3D%22fill-current%22%20data-fc-idx%3D%220%22%3E%3Ctitle%3ELogo%3C%2Ftitle%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23306E95%22%20d%3D%22M95.4%2C20.4c-5.3%2C0-9%2C1.8-11.4%2C5.5v-4.3H69.7v42H84V41.1c0-4.5%2C3-6.5%2C6-6.5c3.3%2C0%2C5.3%2C2.2%2C5.3%2C6.4v22.6h15.1%20%20%20V36.2C110.4%2C26.6%2C104.1%2C20.4%2C95.4%2C20.4%22%20style%3D%22fill%3A%20rgb(48%2C%20110%2C%20149)%20!important%3B%22%2F%3E%0A%09%3Cpolygon%20fill%3D%22%23306E95%22%20points%3D%22211.4%2C39.9%20199.5%2C4.2%20177.2%2C4.2%20177.2%2C63.6%20193.3%2C63.6%20193.3%2C26.4%20204%2C63.6%20211.4%2C63.6%20218.8%2C63.6%20%20%20229.5%2C26.4%20229.5%2C63.6%20245.6%2C63.6%20245.6%2C4.2%20223.3%2C4.2%20%20%22%20style%3D%22fill%3A%20rgb(48%2C%20110%2C%20149)%20!important%3B%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23306E95%22%20d%3D%22M409.1%2C20.4c-4.7%2C0-8.3%2C1.5-10.6%2C4.4V2.4h-15.1v61.1h15.1V41.1c0-4.6%2C2.3-6.5%2C5.3-6.5%20%20%20c3.3%2C0%2C5.3%2C2.2%2C5.3%2C6.4v22.6h15.1V36.2C424.1%2C26.6%2C417.8%2C20.4%2C409.1%2C20.4%22%20style%3D%22fill%3A%20rgb(48%2C%20110%2C%20149)%20!important%3B%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23306E95%22%20d%3D%22M366.1%2C9.5H351v7.1c0%2C2.9-2.3%2C4.9-5.2%2C4.9h-2.4v13.3h7.6v11.1c0%2C10.3%2C4.9%2C17.6%2C16.8%2C17.6h10.8v-2v-3.8v-8.2%20%20%20h-6.9c-3.3%2C0-5.6-1.4-5.6-5.9v-8.7h9.8h2.8V21.6h-12.6V9.5z%22%20style%3D%22fill%3A%20rgb(48%2C%20110%2C%20149)%20!important%3B%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23306E95%22%20d%3D%22M33.8%2C3.1C15.4%2C3.1%2C2.4%2C16.2%2C2.4%2C33.9s13%2C30.8%2C31.4%2C30.8s31.4-13.1%2C31.4-30.8S52.1%2C3.1%2C33.8%2C3.1%20M33.8%2C49.2%20%20%20c-8.6%2C0-14.6-6.3-14.6-15.3s6-15.3%2C14.6-15.3s14.6%2C6.3%2C14.6%2C15.3C48.4%2C43%2C42.4%2C49.2%2C33.8%2C49.2%22%20style%3D%22fill%3A%20rgb(48%2C%20110%2C%20149)%20!important%3B%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23306E95%22%20d%3D%22M135.7%2C20.4c-12.9%2C0-21.8%2C9.2-21.8%2C22.5c0%2C1.4%2C0.1%2C2.8%2C0.3%2C4.1c1.7%2C10.7%2C10.1%2C17.6%2C22.1%2C17.6%20%20%20c8.3%2C0%2C14.9-2.9%2C19-7.3l-10.3-8.6c-2.3%2C2.2-5.2%2C3.4-7.9%2C3.4c-4%2C0-6.5-1.7-7.5-5.1h22.7h4.7c0.2-0.8%2C0.3-3.1%2C0.3-4.5%20%20%20C157.1%2C29.4%2C148.4%2C20.4%2C135.7%2C20.4%20M129.5%2C37.9c1-3.3%2C3.1-4.8%2C6.3-4.8c3.1%2C0%2C5.3%2C1.6%2C6.4%2C4.8H129.5z%22%20style%3D%22fill%3A%20rgb(48%2C%20110%2C%20149)%20!important%3B%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23306E95%22%20d%3D%22M273.1%2C20.4c-13%2C0-22.6%2C9.1-22.9%2C21.6c0%2C0.2%2C0%2C0.4%2C0%2C0.6c0%2C12.8%2C9.7%2C22.1%2C22.9%2C22.1%20%20%20c13.2%2C0%2C22.9-9.4%2C22.9-22.1c0-0.2%2C0-0.4%2C0-0.6C295.7%2C29.5%2C286.1%2C20.4%2C273.1%2C20.4%20M273.1%2C50.6c-4.3%2C0-7.5-3.4-7.5-8.1%20%20%20c0-0.2%2C0-0.4%2C0-0.6c0.2-4.4%2C3.3-7.5%2C7.4-7.5c4.2%2C0%2C7.2%2C3.1%2C7.4%2C7.5c0%2C0.2%2C0%2C0.4%2C0%2C0.6C280.6%2C47.2%2C277.5%2C50.6%2C273.1%2C50.6%22%20style%3D%22fill%3A%20rgb(48%2C%20110%2C%20149)%20!important%3B%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23306E95%22%20d%3D%22M325.3%2C20.4c-5.3%2C0-9%2C1.8-11.4%2C5.5v-4.3h-14.4v42H314V41.1c0-4.5%2C3-6.5%2C6-6.5c3.3%2C0%2C5.3%2C2.2%2C5.3%2C6.4v22.6%20%20%20h15.1V36.2C340.3%2C26.6%2C334%2C20.4%2C325.3%2C20.4%22%20style%3D%22fill%3A%20rgb(48%2C%20110%2C%20149)%20!important%3B%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23679ABA%22%20d%3D%22M33.8%2C3.1C15.4%2C3.1%2C2.4%2C16.2%2C2.4%2C33.9h16.7c0-9.1%2C6-15.3%2C14.6-15.3s14.6%2C6.3%2C14.6%2C15.3h16.7%20%20%20C65.1%2C16.2%2C52.1%2C3.1%2C33.8%2C3.1%22%20style%3D%22fill%3A%20rgb(103%2C%20154%2C%20186)%20!important%3B%22%2F%3E%0A%09%3Cpolygon%20fill%3D%22%23679ABA%22%20points%3D%2284%2C21.6%2069.7%2C21.6%2069.7%2C63.6%2084%2C63.6%2084%2C41.1%2084%2C25.9%20%20%22%20style%3D%22fill%3A%20rgb(103%2C%20154%2C%20186)%20!important%3B%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23679ABA%22%20d%3D%22M135.7%2C20.4c-12.9%2C0-21.8%2C9.2-21.8%2C22.5c0%2C1.4%2C0.1%2C2.8%2C0.3%2C4.1h15.3h22.7h4.7c0.2-0.8%2C0.3-3.1%2C0.3-4.5%20%20%20C157.1%2C29.4%2C148.4%2C20.4%2C135.7%2C20.4%20M129.5%2C37.9c1-3.3%2C3.1-4.8%2C6.3-4.8c3.1%2C0%2C5.3%2C1.6%2C6.4%2C4.8H129.5z%22%20style%3D%22fill%3A%20rgb(103%2C%20154%2C%20186)%20!important%3B%22%2F%3E%0A%09%3Cpolygon%20fill%3D%22%23679ABA%22%20points%3D%22199.5%2C4.2%20177.2%2C4.2%20177.2%2C63.6%20193.3%2C63.6%20193.3%2C26.4%20204%2C63.6%20211.4%2C63.6%20211.4%2C39.9%20%20%22%20style%3D%22fill%3A%20rgb(103%2C%20154%2C%20186)%20!important%3B%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23679ABA%22%20d%3D%22M273.1%2C20.4c-13%2C0-22.6%2C9.1-22.9%2C21.6h15.4c0.2-4.4%2C3.3-7.5%2C7.4-7.5c4.2%2C0%2C7.2%2C3.1%2C7.4%2C7.5H296%20%20%20C295.7%2C29.5%2C286.1%2C20.4%2C273.1%2C20.4%22%20style%3D%22fill%3A%20rgb(103%2C%20154%2C%20186)%20!important%3B%22%2F%3E%0A%09%3Cpolygon%20fill%3D%22%23679ABA%22%20points%3D%22398.5%2C2.4%20383.4%2C2.4%20383.4%2C63.6%20398.5%2C63.6%20398.5%2C41.1%20398.5%2C24.9%20%20%22%20style%3D%22fill%3A%20rgb(103%2C%20154%2C%20186)%20!important%3B%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23679ABA%22%20d%3D%22M351%2C45.9c0%2C10.3%2C4.9%2C17.6%2C16.8%2C17.6h10.8v-2v-3.8v-8.2h-6.9c-3.3%2C0-5.6-1.4-5.6-5.9v-8.7H351L351%2C45.9%20%20%20L351%2C45.9z%22%20style%3D%22fill%3A%20rgb(103%2C%20154%2C%20186)%20!important%3B%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23679ABA%22%20d%3D%22M325.3%2C20.4c-5.3%2C0-9%2C1.8-11.4%2C5.5v15.2c0-4.5%2C3-6.5%2C6-6.5c3.3%2C0%2C5.3%2C2.2%2C5.3%2C6.4v22.6h15.1V36.2%20%20%20C340.3%2C26.6%2C334%2C20.4%2C325.3%2C20.4%22%20style%3D%22fill%3A%20rgb(103%2C%20154%2C%20186)%20!important%3B%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://onemonth.com/favicon.ico",
    "ogImage": "https://onemonth.com/assets/opengraph-b085df56.png",
    "logoHref": "/",
    "logoAlt": "Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'One Month'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #0 with text 'Get started' has a dark background (#0A0A0A) and is labeled as 'btn-primary', indicating it is the main call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "Coming soon\n  \n\n  \n    Wordpress\n    Learn how to build, design, and deploy websites with Wordpress",
      "reasoning": "Button #1 has a light background (#FFFFFF) and is part of a different color group, making it suitable as a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "individuals looking to learn coding quickly"
  },
  "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 visible, medium-sized, located in the header, and links to the homepage, matching the brand 'One Month'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles