# mlop Brand Identity A complete profile of **mlop**'s visual system — colors, typography, components, and personality — extracted from https://mlop.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/mlop - Machine-readable JSON: https://characterquilt.com/branding/mlop.json - Per-page llms.txt: https://characterquilt.com/branding/mlop/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #9CA3AF | | Accent | #18181B | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #9CA3AF - secondary: #F9C56D - accent: #18181B - background: #FFFFFF - textPrimary: #71717A - link: #FEEDB8 ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Favicon: https://mlop.ai/favicon_dark.svg - Social card (og:image): https://mlop.ai/og-image ## UI Components - buttonPrimary: background=#18181B, textColor=#FAFAFA, borderRadius=12px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px - buttonSecondary: background=transparent, textColor=#09090B, borderColor=#E4E4E7, borderRadius=12px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px ## Brand Personality Tone: modern · Energy: medium · Audience: tech-savvy professionals and developers ## mlop Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Introduction** - Image: https://docs.mlop.ai/_next/static/media/demo.468fe7b0.png - Source: https://docs.mlop.ai/docs - **mlop** - Image: https://mlop.ai/assets/hero/comparison.png - Source: https://mlop.ai/ - **Cookie Policy | mlop** - Image: https://mlop.ai/og-image - Source: https://mlop.ai/cookie-policy - **Request for More Information – Catholic Cemeteries (Queens & Brooklyn)** - Image: https://www.ccbklyn.org/wp-content/uploads/MLOP-Ad-.jpg - Source: https://www.ccbklyn.org/sales/request-for-more-information/ - **Mastering the Art of MLOps Reporting: Conveying Machine Learning Success | ml-articles – Weights & Biases** - Image: https://api.wandb.ai/files/mostafaibrahim17/images/projects/37042936/9b09928d.png - Source: https://wandb.ai/mostafaibrahim17/ml-articles/reports/Mastering-the-Art-of-MLOps-Reporting-Conveying-Machine-Learning-Success--Vmlldzo2MzgxMDQw - **Introduction** - Image: https://docs.mlop.ai/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fdemo.468fe7b0.png&w=3840&q=75&dpl=dpl_4GE3D5BVWYysLx94CS2mpk36wu7Y - Source: https://docs.mlop.ai/docs ## 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": "Inter", "role": "body" } ], "colors": { "primary": "#9CA3AF", "secondary": "#F9C56D", "accent": "#18181B", "background": "#FFFFFF", "textPrimary": "#71717A", "link": "#FEEDB8" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Inter" ], "body": [ "Inter" ], "paragraph": [ "Inter" ] }, "fontSizes": { "h1": "60px", "h2": "60px", "body": "20px" } }, "spacing": { "baseUnit": 4, "borderRadius": "4px" }, "components": { "buttonPrimary": { "background": "#18181B", "textColor": "#FAFAFA", "borderRadius": "12px", "borderRadiusCorners": { "topLeft": "12px", "topRight": "12px", "bottomRight": "12px", "bottomLeft": "12px" }, "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px" }, "buttonSecondary": { "background": "transparent", "textColor": "#09090B", "borderColor": "#E4E4E7", "borderRadius": "12px", "borderRadiusCorners": { "topLeft": "12px", "topRight": "12px", "bottomRight": "12px", "bottomLeft": "12px" }, "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px" } }, "images": { "logo": null, "favicon": "https://mlop.ai/favicon_dark.svg", "ogImage": "https://mlop.ai/og-image" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Try it free", "reasoning": "The button 'Try it free' has a dark background (#18181B) which stands out as a strong call-to-action. The text is action-oriented, encouraging users to engage with the service." }, "secondary": { "index": 1, "text": "Star on GitHub", "reasoning": "The button 'Star on GitHub' has a transparent background, making it less prominent than the primary button. It serves as a secondary action, suitable for users interested in supporting or following the project on GitHub." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "tech-savvy professionals and developers" }, "designSystem": { "framework": "tailwind", "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 } } } ```