Home · Branding · Kingdom Supercultures

Kingdom Supercultures Brand Identity

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

Download JSON
Primary
#F6F2E6
Accent
#EB5920
Body Font
Inter Variable
Heading
Lausanne

Color Palette

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

primary
#F6F2E6
rgb(246, 242, 230)
secondary
#3898EC
rgb(56, 152, 236)
accent
#EB5920
rgb(235, 89, 32)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#EB5920
rgb(235, 89, 32)
link
#EB5920
rgb(235, 89, 32)

Typography

Each font links to its Google Fonts page where available.

primary
Inter Variable
Inter Variable Google Fonts →
heading
Lausanne
Neue Machina, 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

Kingdom Supercultures logo
Logo
Kingdom Supercultures favicon
Favicon

UI Components

Live previews rendered using Kingdom Supercultures's actual button styles.

input
background #F6F2E6 textColor #111111 borderColor #000000 borderRadius 10px shadow none
buttonPrimary
background #EB5920 textColor #F6F2E6 borderColor #EB5920 borderRadius 5px shadow none
buttonSecondary
background #000000 textColor #FFFFFF borderRadius 4px shadow none

Brand Personality

Tone: modern Energy: medium Audience: health-conscious consumers

Kingdom Supercultures Brand in the Wild

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

Frequently Asked Questions

What is Kingdom Supercultures's primary brand color?

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

What accent color does Kingdom Supercultures use?

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

What font does Kingdom Supercultures use?

Kingdom Supercultures uses Inter Variable for body text and Lausanne for headings. Fonts were detected on https://www.kingdomsupercultures.com/ as part of their live design system.

Does Kingdom Supercultures use a light or dark theme?

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

Where can I find Kingdom Supercultures's logo?

Kingdom Supercultures's logo is available directly on their site (https://www.kingdomsupercultures.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://www.kingdomsupercultures.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 Kingdom Supercultures.

Methodology

Brand data on this page was extracted from https://www.kingdomsupercultures.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 Kingdom Supercultures.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Lausanne",
      "role": "heading"
    },
    {
      "family": "Neue Machina",
      "role": "display"
    },
    {
      "family": "Inter Variable",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#F6F2E6",
    "secondary": "#3898EC",
    "accent": "#EB5920",
    "background": "#FFFFFF",
    "textPrimary": "#EB5920",
    "link": "#EB5920"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter Variable",
      "heading": "Lausanne"
    },
    "fontStacks": {
      "heading": [
        "Neue Machina",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Lausanne",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Neue Machina",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "36px",
      "body": "36px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "input": {
      "background": "#F6F2E6",
      "textColor": "#111111",
      "borderColor": "#000000",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#EB5920",
      "textColor": "#F6F2E6",
      "borderColor": "#EB5920",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20height%3D%22100%25%22%20viewBox%3D%220%200%20138%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%0A%3Cpath%20d%3D%22M24.4994%204.19272C25.0268%203.6653%2025.0268%202.82143%2024.4994%202.294C23.9719%201.76658%2023.1281%201.76658%2022.6006%202.294C22.0732%202.82143%2022.0732%203.6653%2022.6006%204.19272C23.1281%204.72015%2023.9719%204.72015%2024.4994%204.19272Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M9.46723%207.56851C10.7594%205.82801%2012.4735%203.98204%2014.6096%202.16243L18.407%200H13.2383L14.2931%202.05695C9.46723%206.24995%205.37971%2011.9989%204.35123%2017.5632V2.13606L6.40818%200H0L2.05695%202.13606V24.5251L0%2026.6612H6.40818L4.35123%2024.5251V20.7804C4.35123%2016.5611%205.72253%2013.3174%207.85859%209.86279L14.8733%2024.6834L13.5284%2026.6612H19.4619L17.484%2024.6042L9.44086%207.59488L9.46723%207.56851Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M24.6842%207.62109L20.3594%208.99239L22.4163%2010.3637V24.525L20.3594%2026.661H26.7412L24.6842%2024.525V7.62109Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M44.5943%2014.082C44.5943%209.70443%2041.5089%207.48926%2038.318%207.48926C35.1271%207.48926%2034.2041%208.5441%2032.2262%2010.4165V7.64749L27.875%209.01878L29.9319%2010.3901V24.525L27.875%2026.6611H34.2832L32.2262%2024.525V10.8648C33.7821%209.22975%2035.338%208.04305%2037.2104%208.04305C39.8739%208.04305%2042.3%2010.4165%2042.3%2013.9502V24.525L40.243%2026.6611H46.6512L44.5943%2024.525V14.082Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M88.1054%2026.6612L86.0485%2024.5251V0.263672L81.6973%201.63497L83.7542%203.00627V10.6275C82.3565%208.9134%2080.0886%207.51573%2077.7416%207.51573C72.4146%207.51573%2068.6699%2011.8933%2068.6699%2017.1412C68.6699%2022.389%2072.4146%2026.7666%2077.7416%2026.7666C83.0685%2026.7666%2082.3565%2025.369%2083.7542%2023.6548V26.6612H88.1054ZM77.7416%2026.4238C74.4188%2026.4238%2071.4125%2022.2044%2071.4125%2017.1412C71.4125%2012.0779%2074.4188%207.85855%2077.7416%207.85855C81.0643%207.85855%2082.3829%209.22985%2083.7542%2011.1286V23.1538C82.3829%2025.0525%2080.0622%2026.4238%2077.7416%2026.4238Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M108.068%2017.062C108.068%2011.9196%20103.796%207.43652%2098.3637%207.43652C92.9313%207.43652%2088.7383%2011.6559%2088.7383%2017.2202C88.7383%2022.7845%2093.0104%2026.8457%2098.4429%2026.8457C103.875%2026.8457%20108.068%2022.6263%20108.068%2017.062ZM99.9196%2026.2391C95.3574%2026.2391%2091.0589%2020.7539%2091.0589%2015.1896C91.0589%209.62533%2093.5642%208.04306%2096.887%208.04306C100.21%208.04306%20105.748%2013.5283%20105.748%2019.0926C105.748%2024.6569%20103.242%2026.2391%2099.9196%2026.2391Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M68.6966%2030.1684C68.7493%2029.7729%2068.6175%2029.3509%2068.3274%2029.0608C67.8%2028.5334%2066.9561%2028.5334%2066.4287%2029.0608C66.4023%2029.0872%2066.3759%2029.14%2066.3232%2029.1663C65.2156%2028.9554%2063.8443%2029.0081%2062.3411%2029.7465C60.8907%2030.4585%2058.3591%2032.9374%2058.3591%2032.9374C58.3591%2032.9374%2057.8581%2032.41%2057.6735%2032.2254C56.5922%2031.1178%2055.3264%2030.0102%2053.9024%2029.4564C54.5617%2027.6895%2057.8317%2027.1094%2059.7304%2026.371C63.5806%2025.1315%2066.4814%2021.5187%2066.4814%2017.0356C66.4814%2012.5525%2065.7958%2013.0008%2064.6091%2011.3922C64.6091%2011.3922%2064.6091%2011.3395%2064.6354%2011.3395C65.242%2010.4692%2065.9804%209.86267%2066.9561%209.96816C67.6154%209.96816%2068.1692%209.49348%2068.2483%208.80783C68.3274%208.09581%2067.8263%207.4629%2067.1143%207.38379C66.9033%207.38379%2066.7187%207.38379%2066.5341%207.4629C66.4814%207.4629%2066.4287%207.51564%2066.3495%207.54202C65.5057%208.01669%2064.6354%209.44073%2064.0289%2010.6538C62.262%208.67597%2059.704%207.38379%2056.7768%207.38379C51.6081%207.38379%2047.1514%2011.6032%2047.1514%2017.1675C47.1514%2022.7318%2051.1071%2026.4501%2056.2494%2026.7929C55.1155%2027.1357%2052.5311%2028.0324%2051.6081%2029.0872C49.1028%2029.2191%2047.4415%2030.8277%2047.2041%2033.0429C47.125%2033.7549%2047.2041%2034.4933%2047.4415%2035.1526C47.4415%2035.1526%2047.4415%2035.1526%2047.4151%2035.1526C46.8877%2035.68%2046.8877%2036.5239%2047.4151%2037.0513C47.8107%2037.4469%2048.3645%2037.526%2048.8391%2037.3677C49.1556%2037.6842%2049.5248%2037.9479%2049.9204%2038.1589C51.8718%2039.2137%2054.087%2038.7127%2055.8011%2037.6842C56.7241%2037.1304%2057.6998%2036.3656%2058.3064%2035.7855C58.5701%2035.5481%2059.3876%2034.5988%2059.3876%2034.5988C59.3876%2034.5988%2059.8886%2035.0734%2059.9941%2035.2053C59.5458%2035.7327%2059.5722%2036.5239%2060.0732%2037.0249C60.5743%2037.526%2061.3918%2037.5523%2061.9192%2037.0777C62.2884%2037.3941%2062.684%2037.6842%2063.1059%2037.9215C64.0816%2038.4489%2065.2947%2038.8181%2066.4023%2038.7127C68.4065%2038.5281%2070.0151%2037.0513%2070.4898%2035.0998C70.9381%2033.1747%2070.1997%2031.3024%2068.6966%2030.1421V30.1684ZM49.4457%2015.1896C49.4457%2010.8911%2051.9509%208.04307%2055.2737%208.04307C58.5964%208.04307%2064.1344%2013.5283%2064.1344%2019.0926C64.1344%2024.6569%2061.6291%2026.2391%2058.3064%2026.2391C54.9836%2026.2391%2049.4457%2020.7539%2049.4457%2015.1896ZM52.6102%2036.9985C51.529%2037.3414%2050.2895%2037.3941%2049.3666%2037.0249C49.8149%2036.4975%2049.7885%2035.7064%2049.2874%2035.2053C48.8919%2034.8097%2048.2853%2034.7043%2047.7843%2034.9416C47.4415%2032.8055%2049.2347%2031.1178%2051.2653%2030.4058C51.4235%2030.9332%2051.9246%2031.3024%2052.4784%2031.3024C53.0321%2031.3024%2053.6914%2030.8013%2053.7442%2030.1421C53.7442%2030.1421%2053.7442%2030.0893%2053.7442%2030.0629C54.1134%2030.1157%2054.4562%2030.1948%2054.7726%2030.3267C56.0384%2030.9068%2056.8032%2031.7507%2058.0954%2033.1484C56.4868%2034.7306%2054.7726%2036.2602%2052.5838%2036.9722L52.6102%2036.9985ZM69.0921%2035.4426C67.9582%2036.8667%2066.0595%2037.4996%2064.3981%2037.2359C63.8179%2037.1304%2063.0795%2036.9985%2062.262%2036.6293C62.4466%2036.1547%2062.3411%2035.6009%2061.9456%2035.2053C61.4445%2034.7306%2060.6798%2034.6779%2060.1523%2035.0998C59.8623%2034.8097%2059.5458%2034.4669%2059.5458%2034.4669C60.9435%2032.8055%2062.4994%2031.1442%2064.5563%2030.3267C65.0046%2030.1421%2065.5057%2030.0102%2065.9804%2029.9575C65.9804%2030.3267%2066.0858%2030.6958%2066.3759%2030.9596C66.9033%2031.487%2067.7472%2031.487%2068.2747%2030.9596C68.4329%2030.8013%2068.5384%2030.6431%2068.5911%2030.4585C68.9603%2030.7222%2069.2767%2031.065%2069.5141%2031.5133C69.936%2032.41%2070.0151%2034.2559%2069.0394%2035.4426H69.0921Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M133.648%2013.8974V24.525L131.591%2026.6611H137.999L135.942%2024.525V14.0557C135.942%209.70443%20133.279%207.51562%20130.352%207.51562C127.425%207.51562%20125.631%209.30886%20124.075%2011.023C123.153%208.70232%20121.148%207.51562%20119.012%207.51562C116.876%207.51562%20114.977%208.70232%20113.263%2010.4428V7.67385L108.912%209.04515L110.969%2010.4164V24.5514L108.912%2026.6874H115.32L113.263%2024.5514V10.8911C114.608%209.41434%20116.27%208.04305%20117.984%208.04305C120.41%208.04305%20122.335%2010.4692%20122.335%2013.9502V24.5777L120.278%2026.7138H126.686L124.629%2024.5777V14.1084C124.629%2013.0799%20124.471%2012.1569%20124.207%2011.3658C125.895%209.41434%20127.609%208.04305%20129.35%208.04305C131.09%208.04305%20133.701%2010.4692%20133.701%2013.9502L133.648%2013.8974Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/69617a83c2de708fef22141a/69617b8ee9de6c8997c7fe9f_favicon.jpg",
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "View Our Ingredients",
      "reasoning": "Button #0, 'View Our Ingredients', uses the vibrant brand color #EB5920, making it a strong candidate for the primary CTA due to its action-oriented text and prominent color."
    },
    "secondary": {
      "index": 7,
      "text": "Skip to main content",
      "reasoning": "Button #6, 'Skip to main content', is from a different color group (#000000) and serves as a secondary navigation option, making it suitable as a secondary button."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "health-conscious consumers"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles