# Vinci Games Brand Identity A complete profile of **Vinci Games**'s visual system — colors, typography, components, and personality — extracted from https://ruffnauts.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/vinci-games - Machine-readable JSON: https://characterquilt.com/branding/vinci-games.json - Per-page llms.txt: https://characterquilt.com/branding/vinci-games/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #F20F0F | | Accent | #F20F0F | | Body Font | Geist | | Heading Font | Geist | ## Color Palette - primary: #F20F0F - secondary: #4AE0CC - accent: #F20F0F - background: #000000 - textPrimary: #000000 - link: #0000EE ## Typography - primary: Geist — https://fonts.google.com/specimen/Geist - heading: Geist — https://fonts.google.com/specimen/Geist ## Visual Assets - Favicon: https://framerusercontent.com/images/Zq3tVqfqsFCvHgIpOxKL1PYj8U.png - Social card (og:image): https://framerusercontent.com/images/5G2jX2Uw3r0HvCRyO4iGpKqEP4.png ## UI Components - buttonPrimary: background=#F20F0F, textColor=#0000EE, borderRadius=800px, shadow=none ## Brand Personality Tone: bold · Energy: high · Audience: VR enthusiasts and gamers ## Vinci Games Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Ruffnauts VR** - Image: https://framerusercontent.com/images/5G2jX2Uw3r0HvCRyO4iGpKqEP4.png - Source: https://ruffnauts.com/ - **Privacy Policy - Ruffnauts VR** - Image: https://framerusercontent.com/images/MFz0YThI2FRecNhaFDGeenDP0K4.png - Source: https://ruffnauts.com/blog/privacy-policy - **Ruffnauts VR** - Image: https://framerusercontent.com/images/YzvfYokvtbz08l5f9ElEY05IXJ4.png?width=1536&height=1024 - Source: https://ruffnauts.com/ - **Ruffnauts VR** - Image: https://framerusercontent.com/images/Ys1hCkXTVbyVmwWFzCkRlqQRuXA.png?width=1008&height=1440 - Source: https://ruffnauts.com/ - **Ruffnauts VR** - Image: https://i.ytimg.com/vi_webp/rqe6TrLzWwo/maxresdefault.webp - Source: https://ruffnauts.com/ - **Vinci Games - YouTube** - Image: https://yt3.googleusercontent.com/W-iNauN_ye7vfnlk868rki1aSmhnahHVGnkF3NA4SP8kSSQ7fKqI3eFIZdJcayeSognexvH5UQ=s900-c-k-c0x00ffffff-no-rj - Source: https://www.youtube.com/channel/UC8Uc4j4tSisdpRU8JI8g7OQ ## Working with these fonts 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. ## Machine-Readable Profile ```json { "colorScheme": "dark", "fonts": [ { "family": "Geist", "role": "unknown" }, { "family": "Bungee", "role": "unknown" }, { "family": "Inter Display", "role": "unknown" } ], "colors": { "primary": "#F20F0F", "secondary": "#4AE0CC", "accent": "#F20F0F", "background": "#000000", "textPrimary": "#000000", "link": "#0000EE" }, "typography": { "fontFamilies": { "primary": "Geist", "heading": "Geist" }, "fontStacks": { "heading": [ "Bungee", "sans-serif" ], "body": [ "sans-serif" ], "paragraph": [ "Geist", "sans-serif" ] }, "fontSizes": { "h1": "64px", "h2": "32px", "body": "10px" } }, "spacing": { "baseUnit": 4, "borderRadius": "8px" }, "components": { "buttonPrimary": { "background": "#F20F0F", "textColor": "#0000EE", "borderRadius": "800px", "borderRadiusCorners": { "topLeft": "800px", "topRight": "800px", "bottomRight": "800px", "bottomLeft": "800px" }, "shadow": "none" } }, "images": { "logo": null, "favicon": "https://framerusercontent.com/images/Zq3tVqfqsFCvHgIpOxKL1PYj8U.png", "ogImage": "https://framerusercontent.com/images/5G2jX2Uw3r0HvCRyO4iGpKqEP4.png" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "GET YETI BUNDLE - ENDS SOON", "reasoning": "The button 'GET YETI BUNDLE - ENDS SOON' is likely the primary CTA due to its urgent and action-oriented text, combined with the vibrant brand color #F20F0F, which is consistent with primary CTA characteristics." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "All buttons share the same background color #F20F0F, making it impossible to select a secondary button with a different color as required." }, "confidence": 0.9 }, "personality": { "tone": "bold", "energy": "high", "targetAudience": "VR enthusiasts and gamers" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.9, "overall": 0.9 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none" }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```