Home · Branding · Dayflow

Dayflow Brand Identity

A complete profile of Dayflow's visual system — colors, typography, components, and personality — extracted from https://www.dayflow.so. Built for designers, agents, and AI tools.

Download JSON
Primary
#F67106
Accent
#402C00
Body Font
Nunito Sans
Heading
Instrument Serif

Color Palette

Brand palette extracted from https://www.dayflow.so.

primary
#F67106
rgb(246, 113, 6)
secondary
#89380E
rgb(137, 56, 14)
accent
#402C00
rgb(64, 44, 0)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#402C00
rgb(64, 44, 0)
link
#402C00
rgb(64, 44, 0)

Typography

Each font links to its Google Fonts page where available.

primary
Nunito Sans
Nunito Sans Google Fonts →
heading
Instrument Serif
Instrument Serif Google Fonts →
Instrument Serif, 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

Dayflow logo
Logo
Dayflow favicon
Favicon

UI Components

Live previews rendered using Dayflow's actual button styles.

buttonPrimary
background #402C00 textColor #FFFFFF borderColor #FFFFFF borderRadius 12px shadow rgba(0, 0, 0, 0.3) 0px 2px 12px 0px, rgba(0, 0, 0, 0.16) 0px 1px 1px 0px, rgba(0, 0, 0, 0.25) 0px 0.5px 0.5px 0px

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Dayflow Brand in the Wild

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

Frequently Asked Questions

What is Dayflow's primary brand color?

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

What accent color does Dayflow use?

Dayflow uses #402C00 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Dayflow use?

Dayflow uses Nunito Sans for body text and Instrument Serif for headings. Fonts were detected on https://www.dayflow.so as part of their live design system.

Does Dayflow use a light or dark theme?

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

Where can I find Dayflow's logo?

Dayflow's logo is available directly on their site (https://www.dayflow.so). 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://www.dayflow.so 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 Dayflow.

Methodology

Brand data on this page was extracted from https://www.dayflow.so 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 Dayflow.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Instrument Serif",
      "role": "heading"
    },
    {
      "family": "Nunito Sans",
      "role": "body"
    },
    {
      "family": "Instrument Sans",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#F67106",
    "secondary": "#89380E",
    "accent": "#402C00",
    "background": "#FFFFFF",
    "textPrimary": "#402C00",
    "link": "#402C00"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Nunito Sans",
      "heading": "Instrument Serif"
    },
    "fontStacks": {
      "heading": [
        "Instrument Serif",
        "sans-serif"
      ],
      "body": [
        "Instrument Serif",
        "sans-serif"
      ],
      "paragraph": [
        "Nunito Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "94px",
      "h2": "20px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#402C00",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0.3) 0px 2px 12px 0px, rgba(0, 0, 0, 0.16) 0px 1px 1px 0px, rgba(0, 0, 0, 0.25) 0px 0.5px 0.5px 0px"
    }
  },
  "images": {
    "logo": "https://www.dayflow.so/images/nav-logo-ring.svg",
    "favicon": "https://www.dayflow.so/images/favicon.png",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it matches the brand name 'Dayflow', is visible, and has a filename indicating it's a logo. It is also a large size, which suggests prominence.",
    "confidence": 0.8,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Download DayFlow for Mac",
      "reasoning": "Button #0 is the primary CTA because it uses a vibrant brand color (#402C00) and has action-oriented text ('Download DayFlow for Mac'), which is a strong indicator of a primary action."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "All buttons share the same background color (#402C00), so no valid secondary button exists with a different color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it matches the brand name 'Dayflow', is visible, and has a filename indicating it's a logo. It is also a large size, which suggests prominence.",
        "confidence": 0.8
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles