Home · Branding · SideKit

SideKit Brand Identity

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

Download JSON
Primary
#F3EADF
Accent
#D67A4C
Body Font
DM Sans
Heading
DM Sans

Color Palette

Brand palette extracted from https://appsidekit.com.

primary
#F3EADF
rgb(243, 234, 223)
secondary
#FFEBA1
rgb(255, 235, 161)
accent
#D67A4C
rgb(214, 122, 76)
background
#FAF7F4
rgb(250, 247, 244)
textPrimary
#2B2B2B
rgb(43, 43, 43)
link
#D67A4C
rgb(214, 122, 76)

Typography

Each font links to its Google Fonts page where available.

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

SideKit logo
Logo
SideKit favicon
Favicon
SideKit social image
Social Card

UI Components

Live previews rendered using SideKit's actual button styles.

input
background transparent textColor #2C2C2C borderColor null borderRadius 0px shadow none
buttonPrimary
background #F3EADF textColor #D67A4C borderColor #F6E8E0 borderRadius 0px shadow none
buttonSecondary
background #F7F1EA textColor #2B2B2B borderColor #ECC5B1 borderRadius 24px shadow rgba(250, 247, 243, 0.3) 0px 1px 0px 0px inset, rgba(214, 122, 76, 0.06) 0px 8px 24px 0px

Brand Personality

Tone: modern Energy: medium Audience: app developers and tech startups

SideKit Brand in the Wild

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

Frequently Asked Questions

What is SideKit's primary brand color?

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

What accent color does SideKit use?

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

What font does SideKit use?

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

Does SideKit use a light or dark theme?

SideKit's primary site uses a light color scheme, with a background of #FAF7F4.

Where can I find SideKit's logo?

SideKit's logo is available directly on their site (https://appsidekit.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 https://appsidekit.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 SideKit.

Methodology

Brand data on this page was extracted from https://appsidekit.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 SideKit.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "DM Sans",
      "role": "body"
    },
    {
      "family": "Comic Sans MS",
      "role": "unknown"
    },
    {
      "family": "Marker Felt",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#F3EADF",
    "secondary": "#FFEBA1",
    "accent": "#D67A4C",
    "background": "#FAF7F4",
    "textPrimary": "#2B2B2B",
    "link": "#D67A4C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "DM Sans",
      "heading": "DM Sans"
    },
    "fontStacks": {
      "heading": [
        "DM Sans",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "DM Sans",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Comic Sans MS",
        "Marker Felt",
        "cursive"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "44px",
      "body": "13px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "9px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#2C2C2C",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F3EADF",
      "textColor": "#D67A4C",
      "borderColor": "#F6E8E0",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F7F1EA",
      "textColor": "#2B2B2B",
      "borderColor": "#ECC5B1",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "rgba(250, 247, 243, 0.3) 0px 1px 0px 0px inset, rgba(214, 122, 76, 0.06) 0px 8px 24px 0px"
    }
  },
  "images": {
    "logo": "https://appsidekit.com/meerkat.svg",
    "favicon": "https://appsidekit.com/icon.png?icon.841519f1.png",
    "ogImage": "https://appsidekit.com/og/home.png",
    "logoHref": "/",
    "logoAlt": "SideKit meerkat logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and the alt text matches the brand name 'SideKit'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "View docs",
      "reasoning": "Button #2 ('View docs') is likely the primary CTA due to its action-oriented text and distinct color contrast with the text color, making it stand out as a call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "Got another question?Shoot us an email.",
      "reasoning": "Button #1 ('Got another question? Shoot us an email.') serves as a secondary action, offering a contact option with a different background color from the primary button."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "app developers and tech startups"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__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 the alt text matches the brand name 'SideKit'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles