SchemeFlow Brand: Colors, Fonts, Logo & Visual Identity

SchemeFlow Brand Identity

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

Color Palette

Brand palette extracted from https://www.schemeflow.com.

Typography

Each font links to its Google Fonts page where available.

Visual Assets

UI Components

Button Primary

Button Secondary

Brand Personality

SchemeFlow Brand in the Wild

Source: schemeflowhome.lovable.app

Source: schemeflow.com

Source: schemeflow.com

Source: schemeflow.com

Source: schemeflow.com

Source: schemeflow.com

Frequently Asked Questions

Design System

Machine-Readable Profile (example)

{
  "colorScheme": "light",
  "fonts": [{"family": "Inter", "role": "body"}],
  "colors": {
    "primary": "#FA6400",
    "secondary": "#B3E4D3",
    "accent": "#FAF8F7",
    "background": "#F9F7F6",
    "textPrimary": "#393537",
    "link": "#F8E5C7"
  },
  "typography": {
    "fontFamilies": { "primary": "Inter", "heading": "Inter" },
  },
  "components": {
    "buttonPrimary": { "background": "#FAF8F7", "textColor": "#FFFFFF" },
    "buttonSecondary": { "background": "#393537", "textColor": "#FFFFFF" }
  }
}