Marblism Brand: Colors, Fonts, Logo & Visual Identity

Marblism Brand Identity

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

Color Palette

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

Typography

Each font links to its Google Fonts page where available.

Visual Assets

UI Components

Live previews rendered using Marblism's actual button styles.

Button Primary

Button Secondary

Brand Personality

Frequently Asked Questions

  1. What is Marblism's primary brand color?
    Marblism's primary brand color is #FBCC00. It anchors the visual identity across their website, product UI, and marketing materials.

  2. What font does Marblism use?
    Marblism uses IBM Plex Sans for body text and Slussen Bold for headings.

  3. Does Marblism use a light or dark theme?
    Marblism's primary site uses a light color scheme, with a background of #FFFFFF.

  4. Where can I find Marblism's logo?
    Marblism's logo is available directly on their site (https://marblism.com).

  5. How was this brand profile generated?
    This profile was extracted from https://marblism.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    { "family": "IBM Plex Sans", "role": "body" },
    { "family": "Slussen Bold", "role": "heading" },
    { "family": "Slussen Black", "role": "display" }
  ],
  "colors": {
    "primary": "#FBCC00",
    "secondary": "#191919",
    "accent": "#FBCC00",
    "background": "#FFFFFF",
    "textPrimary": "#191919",
    "link": "#FBCC00"
  },
  "typography": {
    "fontFamilies": {
      "primary": "IBM Plex Sans",
      "heading": "Slussen Bold"
    },
    "fontStacks": {
      "heading": [
        "slussenBlack",
        "slussenBlack Fallback",
        "sans-serif"
      ],
      "body": [
        "IBM Plex Sans"
      ],
      "paragraph": [
        "slussenBold",
        "slussenBold Fallback",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "64px",
      "body": "17.6px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FBCC00",
      "textColor": "#191919",
      "borderRadius": "10px",
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.2) 1px 1px 1px 1px"
    },
    "buttonSecondary": {
      "background": "#191919",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.2) 1px 1px 1px 1px"
    }
  },
  "images": {
    "logo": "https://www.marblism.com/_next/image?url=%2Fimages%2Fbrand%2Flogo.png&w=384&q=75&dpl=dpl_8fvtD4SUbvem1tGLvW7Gq1HoTFyF",
    "favicon": "https://www.marblism.com/icon.png?icon.12frqqvqjmw2g.png",
    "ogImage": "https://www.marblism.com/images/og.png"
  }
}