Ramen VR Brand Identity
A complete profile of Ramen VR's visual system — colors, typography, components, and personality — extracted from https://ramenvr.com/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://ramenvr.com/.
Typography
Each font links to its Google Fonts page where available.
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

UI Components
Live previews rendered using Ramen VR's actual button styles.
Brand Personality
Ramen VR Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Ramen VR's primary brand color?
Ramen VR's primary brand color is #00B1AD. It anchors the visual identity across their website, product UI, and marketing materials.
What font does Ramen VR use?
Ramen VR uses HelveticaNeue as the primary typeface across body and headings.
Does Ramen VR use a light or dark theme?
Ramen VR's primary site uses a dark color scheme, with a background of #000000.
Where can I find Ramen VR's logo?
Ramen VR's logo is available directly on their site (https://ramenvr.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://ramenvr.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 Ramen VR.
Methodology
Brand data on this page was extracted from https://ramenvr.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 Ramen VR.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "dark",
"fonts": [
{
"family": "HelveticaNeue",
"role": "body"
},
{
"family": "Arial",
"role": "body"
},
{
"family": "Helvetica Neue",
"role": "body"
},
{
"family": "Helvetica",
"role": "body"
}
],
"colors": {
"primary": "#00B1AD",
"accent": "#00B1AD",
"background": "#000000",
"textPrimary": "#EBE6E0",
"link": "#00B1AD"
},
"typography": {
"fontFamilies": {
"primary": "HelveticaNeue",
"heading": "HelveticaNeue"
},
"fontStacks": {
"heading": [
"HelveticaNeue",
"sans-serif"
],
"body": [
"HelveticaNeue",
"sans-serif"
],
"paragraph": [
"HelveticaNeue",
"sans-serif"
]
},
"fontSizes": {
"h1": "80px",
"h2": "80px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#000000",
"textColor": "#EBE6E0",
"borderColor": "#EBE6E0",
"borderRadius": "50px",
"borderRadiusCorners": {
"topLeft": "50px",
"topRight": "50px",
"bottomRight": "50px",
"bottomLeft": "50px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/6720ad0a0f3c2fc2f294d7c9/6729f29719e8a88d9ab5a872_Vector-7.avif",
"favicon": "https://cdn.prod.website-files.com/6720ad0a0f3c2fc2f294d7c9/6720f20f22f3516b5be8157a_favicon-32x32.png",
"ogImage": "https://cdn.prod.website-files.com/6720ad0a0f3c2fc2f294d7c9/672a44e8bc8114e47ad762f9_URL.avif"
},
"__llm_logo_reasoning": {
"selectedIndex": 6,
"reasoning": "Logo rejected: Red flags detected (menu word). Selected #6 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.9,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "FIND OUT MORE",
"reasoning": "The button 'FIND OUT MORE' is the only button available and uses a distinct color scheme with a dark background and contrasting text, making it the primary call-to-action."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "There is only one button available, so no secondary button can be selected."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "gamers and VR enthusiasts"
},
"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": 6,
"selectedLogoReasoning": "Selected #6 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.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 