Home · Branding · Reviving Mind

Reviving Mind Brand Identity

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

Download JSON
Primary
#007E7E
Accent
#007E7E
Body Font
Poppins
Heading
Barlow

Color Palette

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

primary
#007E7E
rgb(0, 126, 126)
secondary
#211F54
rgb(33, 31, 84)
accent
#007E7E
rgb(0, 126, 126)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#004242
rgb(0, 66, 66)
link
#004242
rgb(0, 66, 66)

Typography

Each font links to its Google Fonts page where available.

primary
Poppins
heading
Barlow
Poppins, 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

Reviving Mind logo
Logo
Reviving Mind favicon
Favicon
Reviving Mind social image
Social Card

UI Components

Live previews rendered using Reviving Mind's actual button styles.

buttonPrimary
background #007E7E textColor #FFFFFF borderRadius 48px shadow none
buttonSecondary
background #FFFFFF textColor #211F54 borderColor #EFF0F6 borderRadius 48px shadow rgba(20, 20, 43, 0.04) 0px 4px 10px 0px

Brand Personality

Tone: professional Energy: medium Audience: healthcare professionals

Reviving Mind Brand in the Wild

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

Frequently Asked Questions

What is Reviving Mind's primary brand color?

Reviving Mind's primary brand color is #007E7E. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Reviving Mind use?

Reviving Mind uses Poppins for body text and Barlow for headings. Fonts were detected on https://www.revivingmind.com/ as part of their live design system.

Does Reviving Mind use a light or dark theme?

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

Where can I find Reviving Mind's logo?

Reviving Mind's logo is available directly on their site (https://www.revivingmind.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.revivingmind.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 Reviving Mind.

Methodology

Brand data on this page was extracted from https://www.revivingmind.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 Reviving Mind.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Barlow",
      "role": "heading"
    },
    {
      "family": "Poppins",
      "role": "body"
    },
    {
      "family": "DM Sans",
      "role": "body"
    },
    {
      "family": "Lato",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#007E7E",
    "secondary": "#211F54",
    "accent": "#007E7E",
    "background": "#FFFFFF",
    "textPrimary": "#004242",
    "link": "#004242"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Barlow"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "sans-serif"
      ],
      "body": [
        "DM Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Poppins",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "55px",
      "h2": "45px",
      "body": "25px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#007E7E",
      "textColor": "#FFFFFF",
      "borderRadius": "48px",
      "borderRadiusCorners": {
        "topLeft": "48px",
        "topRight": "48px",
        "bottomRight": "48px",
        "bottomLeft": "48px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#211F54",
      "borderColor": "#EFF0F6",
      "borderRadius": "48px",
      "borderRadiusCorners": {
        "topLeft": "48px",
        "topRight": "48px",
        "bottomRight": "48px",
        "bottomLeft": "48px"
      },
      "shadow": "rgba(20, 20, 43, 0.04) 0px 4px 10px 0px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/5e9c63771b847f733b53a170/65de336290fa8f5baabc196e_1.png",
    "favicon": "https://cdn.prod.website-files.com/5e9c63771b847f733b53a170/5eaffe3da0d3e40ec7704e4b_Webflow-Favicon_.png",
    "ogImage": "https://cdn.prod.website-files.com/5e9c63771b847f733b53a170/65f35752b3f11063d7f548c5_OGI_Women40-55plus.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 3,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #3 because it is visible, medium-sized, located in the header, and links to the homepage, making it the primary brand logo for Reviving Mind.",
    "confidence": 0.95,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Book A Free Demo",
      "reasoning": "Button #1 is the primary CTA because it uses the brand's vibrant color (#007E7E) and has action-oriented text 'Book A Free Demo', making it stand out as the main call-to-action."
    },
    "secondary": {
      "index": 3,
      "text": "Book A Free Demo",
      "reasoning": "Button #3 is selected as the secondary button because it has a different background color (#FFFFFF) and uses a border to differentiate itself, making it suitable as a secondary option."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 3,
        "selectedLogoReasoning": "Selected #3 because it is visible, medium-sized, located in the header, and links to the homepage, making it the primary brand logo for Reviving Mind.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles