llms.txt

Odeko Brand Identity

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

Quick Facts

Field Value
Primary #FFD100
Accent #FFD100
Body Font Roobert
Heading Font Residenz Grotesk

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: businesses and coffee shops

Odeko 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.

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": "light",
 "fonts": [
  {
   "family": "Roobert",
   "role": "body"
  },
  {
   "family": "Residenz Grotesk",
   "role": "heading"
  }
 ],
 "colors": {
  "primary": "#FFD100",
  "accent": "#FFD100",
  "background": "#FFFFDF",
  "textPrimary": "#40180B",
  "link": "#40180B"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Roobert",
   "heading": "Residenz Grotesk"
  },
  "fontStacks": {
   "heading": [
    "ResidenzGroteskMedium"
   ],
   "body": [
    "Times New Roman"
   ],
   "paragraph": [
    "Roobert"
   ]
  },
  "fontSizes": {
   "h1": "100px",
   "h2": "46px",
   "body": "18px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "5px"
 },
 "components": {
  "input": {
   "background": "#FFFFDF",
   "textColor": "#40180B",
   "borderColor": "#40180B",
   "borderRadius": "25px",
   "borderRadiusCorners": {
    "topLeft": "25px",
    "topRight": "25px",
    "bottomRight": "25px",
    "bottomLeft": "25px"
   },
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#FFFFDF",
   "textColor": "#40180B",
   "borderColor": "#40180B",
   "borderRadius": "50px",
   "borderRadiusCorners": {
    "topLeft": "50px",
    "topRight": "50px",
    "bottomRight": "50px",
    "bottomLeft": "50px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "transparent",
   "textColor": "#40180B",
   "borderColor": "#40180B",
   "borderRadius": "50px",
   "borderRadiusCorners": {
    "topLeft": "50px",
    "topRight": "50px",
    "bottomRight": "50px",
    "bottomLeft": "50px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://cdn.shopify.com/s/files/1/0561/3735/1242/files/odeko-logo.svg?v=1654043500",
  "favicon": "https://odeko.com/cdn/shop/files/favicon_4d83c831-ffcb-453d-8ea4-88859d381f38_32x32.png?v=1654136572",
  "ogImage": "https://odeko.com/cdn/shop/files/odeko-hero_46b24456-40a3-410e-8c38-4c89f46e9a36_1200x.jpg?v=1654135820",
  "logoHref": "https://odeko.com",
  "logoAlt": "ODEKO"
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "businesses and coffee shops"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.9,
  "colors": 0.9,
  "overall": 0.9
 }
}