Home · Branding · Yummy Future

Yummy Future Brand Identity

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

Download JSON
Primary
#F4C542
Accent
#F4C542
Body Font
Helvetica Neue
Heading
Space Grotesk

Color Palette

Brand palette extracted from https://yummy-future.com.

primary
#F4C542
rgb(244, 197, 66)
accent
#F4C542
rgb(244, 197, 66)
background
#0A0A0A
rgb(10, 10, 10)
textPrimary
#0A0A0A
rgb(10, 10, 10)
link
#23120C
rgb(35, 18, 12)

Typography

Each font links to its Google Fonts page where available.

primary
Helvetica Neue
Helvetica Neue Google Fonts →
heading
Space Grotesk
Space Grotesk Google Fonts →
Space Grotesk, Helvetica Neue, 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

Yummy Future favicon
Favicon

UI Components

Live previews rendered using Yummy Future's actual button styles.

buttonPrimary
background #0A0A0A textColor #E9E7E2 borderColor #313131 borderRadius 0px shadow none
buttonSecondary
background #262625 textColor #FFFFFF borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: high Audience: tech-savvy consumers interested in robotics and automation

Yummy Future Brand in the Wild

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

Frequently Asked Questions

What is Yummy Future's primary brand color?

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

What font does Yummy Future use?

Yummy Future uses Helvetica Neue for body text and Space Grotesk for headings. Fonts were detected on https://yummy-future.com as part of their live design system.

Does Yummy Future use a light or dark theme?

Yummy Future's primary site uses a dark color scheme, with a background of #0A0A0A.

How was this brand profile generated?

This profile was extracted from https://yummy-future.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 Yummy Future.

Methodology

Brand data on this page was extracted from https://yummy-future.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 Yummy Future.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Space Grotesk",
      "role": "heading"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    },
    {
      "family": "Arial",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#F4C542",
    "accent": "#F4C542",
    "background": "#0A0A0A",
    "textPrimary": "#0A0A0A",
    "link": "#23120C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica Neue",
      "heading": "Space Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Space Grotesk",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "88px",
      "h2": "96px",
      "body": "17px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0A0A0A",
      "textColor": "#E9E7E2",
      "borderColor": "#313131",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#262625",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://yummy-future.com/assets/favicon.svg",
    "ogImage": null
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "See the robot ↗",
      "reasoning": "The button 'See the robot ↗' is likely the primary CTA due to its action-oriented text and prominent placement in the hero section, encouraging users to explore the main feature of the site."
    },
    "secondary": {
      "index": 6,
      "text": "All · 24",
      "reasoning": "The button 'All · 24' is selected as secondary because it has a different background color (#262625) and serves as a filter option, which is a common secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy consumers interested in robotics and automation"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles