Sitch Brand: Colors, Fonts, Logo & Visual Identity

Sitch Brand Identity

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

Color Palette

Brand palette extracted from https://download.joinsitch.com/.

Color Hex Code RGB
Primary #0000EE rgb(0, 0, 238)
Accent #F3E48A rgb(243, 228, 138)
Background #000000 rgb(0, 0, 0)
Text #000000 rgb(0, 0, 0)
Link #F3E48A rgb(243, 228, 138)

Typography

Each font links to its Google Fonts page where available.

Role Font Link
Body PP Mori Regular Google Fonts →
Heading SeriouslyNostalgic Fn Regular Google Fonts →

UI Components

Live previews rendered using Sitch's actual button styles.

Button Primary

Button Secondary

Brand Personality

Sitch Brand in the Wild

Image: framerusercontent.com

Frequently Asked Questions

What is Sitch's primary brand color?

Sitch's primary brand color is #0000EE.

What accent color does Sitch use?

Sitch uses #F3E48A as an accent color.

What font does Sitch use?

Sitch uses PP Mori Regular for body text and SeriouslyNostalgic Fn Regular for headings.

Does Sitch use a light or dark theme?

Sitch's primary site uses a dark color scheme, with a background of #000000.

Methodology

Brand data on this page was extracted from https://download.joinsitch.com/ on 2026-07-27.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {"family": "PP Mori Regular", "role": "body"},
    {"family": "SeriouslyNostalgic Fn Regular", "role": "heading"}
  ],
  "colors": {
    "primary": "#0000EE",
    "accent": "#F3E48A",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#F3E48A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "PP Mori Regular",
      "heading": "SeriouslyNostalgic Fn Regular"
    }
  },
  "components": {
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "8px"
    },
    "buttonSecondary": {
      "background": "#EEEEEE",
      "textColor": "#444444",
      "borderRadius": "8px"
    }
  }
}