llms.txt

DevColor Brand Identity

A complete profile of DevColor's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #A5D133
Accent #6C757D
Body Font Assistant
Heading Font Assistant

Color Palette

Typography

Visual Assets

Brand Personality

Tone: modern · Energy: medium · Audience: tech professionals

DevColor Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:

  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

{
 "colorScheme": "dark",
 "fonts": [
 {
 "family": "Source Code Pro",
 "role": "monospace"
 },
 {
 "family": "Assistant",
 "role": "body"
 },
 {
 "family": "Roboto",
 "role": "body"
 }
 ],
 "colors": {
 "primary": "#A5D133",
 "secondary": "#007BFF",
 "accent": "#6C757D",
 "background": "#0A0A0A",
 "textPrimary": "#FFFFFF",
 "link": "#6C757D"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Assistant",
 "heading": "Assistant"
 },
 "fontStacks": {
 "heading": [
 "Assistant",
 "sans-serif"
 ],
 "body": [
 "-apple-system",
 "BlinkMacSystemFont",
 "Segoe UI",
 "Roboto",
 "Helvetica Neue",
 "Arial",
 "sans-serif",
 "Apple Color Emoji",
 "Segoe UI Emoji",
 "Segoe UI Symbol",
 "Noto Color Emoji"
 ],
 "paragraph": [
 "Source Code Pro",
 "monospace"
 ]
 },
 "fontSizes": {
 "h1": "76.67px",
 "h2": "160px",
 "body": "18px"
 }
 },
 "spacing": {
 "baseUnit": 4,
 "borderRadius": "4px"
 },
 "components": {},
 "images": {
 "logo": "https://devcolor.org/wp-content/uploads/2021/05/cropped-Logo-white.png",
 "favicon": "https://devcolor.org/wp-content/uploads/2021/05/cropped-devcolor-fav1-32x32.png",
 "ogImage": "https://dev-devcolor.pantheonsite.io/wp-content/uploads/2021/05/Section-Hero-–-1.jpg"
 },
 "__llm_logo_reasoning": {
 "selectedIndex": 0,
 "reasoning": "Selected #0 because it is visible, medium-sized, and matches the favicon. It is the most logo-like candidate that aligns with the brand 'DevColor'.",
 "confidence": 0.85,
 "source": "llm"
 },
 "personality": {
 "tone": "modern",
 "energy": "medium",
 "targetAudience": "tech professionals"
 },
 "designSystem": {
 "framework": "custom",
 "componentLibrary": ""
 },
 "confidence": {
 "buttons": 0,
 "colors": 0.9,
 "overall": 0.45
 },
 "__llm_metadata": {
 "logoSelection": {
 "llmCalled": true,
 "llmSucceeded": true,
 "finalSource": "llm",
 "rawLogoSelection": {
 "selectedLogoIndex": 0,
 "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, and matches the favicon. It is the most logo-like candidate that aligns with the brand 'DevColor'.",
 "confidence": 0.85
 }
 },
 "buttonClassification": {
 "llmCalled": false,
 "llmSucceeded": false
 }
 }
}