# Moderne Brand Identity A complete profile of **Moderne**'s visual system — colors, typography, components, and personality — extracted from https://www.moderne.ai/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/moderne - Machine-readable JSON: https://characterquilt.com/branding/moderne.json - Per-page llms.txt: https://characterquilt.com/branding/moderne/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #041834 | | Accent | #85FE99 | | Body Font | Poppins | | Heading Font | Beausite | ## Color Palette - primary: #041834 - secondary: #D4D3E4 - accent: #85FE99 - background: #F8F8FF - textPrimary: #041834 - link: #041834 ## Typography - primary: Poppins — https://fonts.google.com/specimen/Poppins - heading: Beausite — https://fonts.google.com/specimen/Beausite ## Visual Assets - Logo: https://cdn.prod.website-files.com/664e62fe66f5b31edc6c3aeb/690b5751a5ffb6a85738a198_Moderne%20text%20logo.svg - Favicon: https://cdn.prod.website-files.com/664e62fe66f5b31edc6c3aeb/69371fffdbea36bf011aaff9_website%20favicon%2032x32.png - Social card (og:image): https://cdn.prod.website-files.com/664e62fe66f5b31edc6c3aeb/664e63658f189bc8a5f71f6e_opengraph.jpg ## UI Components - input: background=#FFFFFF, textColor=#041834, borderColor=#F8F8FF, borderRadius=1000px, shadow=none - buttonPrimary: background=#85FE99, textColor=#041834, borderRadius=8px, shadow=none - buttonSecondary: background=#E7B136, textColor=#FFFFFF, borderRadius=5px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: tech professionals ## Moderne Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Framework Migrations Use Case** - Image: https://i.vimeocdn.com/video/1888733455-1c6766c291fe906c9a82def8e9ba1c5bade0e7919131215b25d0381cf5d9503c-d?f=webp - Source: https://www.moderne.ai/use-cases/migration-engineering - **AI-Powered Recipe Authoring with Agent Skills and OpenRewrite | Moderne** - Image: https://cdn.prod.website-files.com/664e62fe66f5b31edc6c3b43/697922f29aa28e0c1014a00d_Moderne%20Blog%20Images%20Template.jpg - Source: https://www.moderne.ai/blog/ai-powered-openrewrite-recipe-authoring-with-claude-skill - **Security Vulnerabilities Use Case** - Image: https://i.vimeocdn.com/video/1888734220-ee528e19c5074eca62bc407940bc01a196210efdf58404d0925f85afac9ae0c0-d?f=webp - Source: https://www.moderne.ai/use-cases/security-vulnerabilities - **Semantic Code Analysis for Python | Moderne** - Image: https://cdn.prod.website-files.com/664e62fe66f5b31edc6c3b43/699648a819bd469b0c4dacda_Moderne%20Blog%20Images%20Template.jpg - Source: https://www.moderne.ai/blog/semantic-code-analysis-for-python - **Tech Governance Use Case** - Image: https://i.vimeocdn.com/video/1888732415-d7d4605609c541907446cf134a839a43592b7ce296f5fe8a6d86d47b17d154a1-d?f=webp - Source: https://www.moderne.ai/use-cases/tech-governance - **Writing OpenRewrite Recipes with AI for Code Modernization** - Image: https://cdn.prod.website-files.com/664e62fe66f5b31edc6c3b43/68bf60121001d0182bcd2856_ai-openrewrite-recipe-blog.jpg - Source: https://www.moderne.ai/blog/writing-openrewrite-recipes-with-ai ## 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": "light", "fonts": [ { "family": "Poppins", "role": "body" }, { "family": "Beausite", "role": "heading" } ], "colors": { "primary": "#041834", "secondary": "#D4D3E4", "accent": "#85FE99", "background": "#F8F8FF", "textPrimary": "#041834", "link": "#041834" }, "typography": { "fontFamilies": { "primary": "Poppins", "heading": "Beausite" }, "fontStacks": { "heading": [ "Beausite", "sans-serif" ], "body": [ "Poppins", "sans-serif" ], "paragraph": [ "Poppins", "sans-serif" ] }, "fontSizes": { "h1": "60px", "h2": "40px", "body": "20px" } }, "spacing": { "baseUnit": 4, "borderRadius": "20px" }, "components": { "input": { "background": "#FFFFFF", "textColor": "#041834", "borderColor": "#F8F8FF", "borderRadius": "1000px", "borderRadiusCorners": { "topLeft": "1000px", "topRight": "1000px", "bottomRight": "1000px", "bottomLeft": "1000px" }, "shadow": "none" }, "buttonPrimary": { "background": "#85FE99", "textColor": "#041834", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "none" }, "buttonSecondary": { "background": "#E7B136", "textColor": "#FFFFFF", "borderRadius": "5px", "borderRadiusCorners": { "topLeft": "5px", "topRight": "5px", "bottomRight": "5px", "bottomLeft": "5px" }, "shadow": "none" } }, "images": { "logo": "https://cdn.prod.website-files.com/664e62fe66f5b31edc6c3aeb/690b5751a5ffb6a85738a198_Moderne%20text%20logo.svg", "favicon": "https://cdn.prod.website-files.com/664e62fe66f5b31edc6c3aeb/69371fffdbea36bf011aaff9_website%20favicon%2032x32.png", "ogImage": "https://cdn.prod.website-files.com/664e62fe66f5b31edc6c3aeb/664e63658f189bc8a5f71f6e_opengraph.jpg" }, "__llm_logo_reasoning": { "selectedIndex": 2, "reasoning": "Logo rejected: Red flags detected (menu word). Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Moderne'. It is the most prominent logo with a medium size.", "confidence": 0.9, "rejected": true, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Save my seat →", "reasoning": "Button #6 'Save my seat →' has a vibrant green background (#85FE99), which is a strong indicator of a primary CTA. The text is action-oriented, encouraging immediate engagement." }, "secondary": { "index": 13, "text": "Explore Moderne Prethink", "reasoning": "Button #2 'Explore Moderne Prethink' has a different vibrant color (#E7B136) and serves as a secondary action, inviting exploration of a specific feature." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "tech 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": 1, "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Moderne'. It is the most prominent logo with a medium size.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```