llms.txt

Coin Brand Identity

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

Quick Facts

Field Value
Primary #D4891A
Accent #0F1B35
Body Font Plus Jakarta Sans
Heading Font Source Serif 4

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: crypto enthusiasts and beginners

Coin Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Agent 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.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
 {"family": "Plus Jakarta Sans","role": "body"},
 {"family": "Source Serif 4","role": "heading"}
 ],
 "colors": {
  "primary": "#D4891A",
  "secondary": "#3A4255",
  "accent": "#0F1B35",
  "background": "#FFFFFF",
  "textPrimary": "#0F1B35",
  "link": "#0F1B35"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Plus Jakarta Sans",
   "heading": "Source Serif 4"
  },
  "fontStacks": {
   "heading": ["Source Serif 4", "serif"],
   "body": ["Plus Jakarta Sans", "sans-serif"],
   "paragraph": ["Plus Jakarta Sans", "sans-serif"]
  },
  "fontSizes": {
   "h1": "58px",
   "h2": "28px",
   "body": "16px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "8px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#FFFFFF",
   "textColor": "#FFFFFF",
   "borderColor": "#FFFFFF",
   "borderRadius": "10px",
   "borderRadiusCorners": {
    "topLeft": "10px",
    "topRight": "10px",
    "bottomRight": "10px",
    "bottomLeft": "10px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://onlycoin.com/wp-content/uploads/2026/03/cropped-onlycoin-logo-180x73.png",
  "favicon": "https://onlycoin.com/wp-content/uploads/2026/03/cropped-onlycoin-favicon-32-32x32.png",
  "ogImage": "https://onlycoin.com/wp-content/uploads/2026/03/onlycoin-social-share.png",
  "logoHref": "https://onlycoin.com/",
  "logoAlt": "crypto glossary of terms for beginners"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "crypto enthusiasts and beginners"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.9,
  "colors": 0.95,
  "overall": 0.925
 }
}