SuperTokens Brand: Colors, Fonts, Logo & Visual Identity

SuperTokens Brand Identity

A complete profile of SuperTokens's visual system — colors, typography, components, and personality — extracted from supertokens.com. Built for designers, agents, and AI tools.

Color Palette

Brand palette extracted from supertokens.com.

Typography

Each font links to its Google Fonts page where available.

Visual Assets

Logo

Favicon

Social Card

UI Components

Live previews rendered using SuperTokens's actual button styles.

Button Primary

Button Secondary

Brand Personality

Frequently Asked Questions

Machine-Readable Profile

{
  "colorScheme": "dark",
  "fonts": [
    { "family": "Inter", "role": "body" }
  ],
  "colors": {
    "primary": "#FF9933",
    "secondary": "#35A47F",
    "accent": "#3B75B4",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#3B75B4"
  },
  "typography": {
    "fontFamilies": { "primary": "Inter", "heading": "Inter" },
    "fontStacks": {
      "heading": ["Inter"],
      "body": ["Inter"],
      "paragraph": ["Inter"]
    },
    "fontSizes": {"h1": "64px", "h2": "24px", "body": "22px"}
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0A0A0A",
      "textColor": "#0A0A0A",
      "borderColor": "#0B0B0B",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#020202",
      "textColor": "#35A47F",
      "borderColor": "#154233",
      "borderRadius": "15px",
      "borderRadiusCorners": {
        "topLeft": "15px",
        "topRight": "15px",
        "bottomRight": "15px",
        "bottomLeft": "15px"
      },
      "shadow": "rgba(53, 164, 127, 0.15) 0px 24px 100px 0px"
    }
  },
  "images": {
    "logo": "https://supertokens.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flogo-dark.07qqu9xhgxqj3.png&w=640&q=75",
    "favicon": "https://supertokens.com/favicon.ico?favicon.0k.wscirmuxe7.ico",
    "ogImage": "https://supertokens.com/assets/images/website/og/homepage.png",
    "logoHref": "/",
    "logoAlt": "SuperTokens homepage"
  }
}