llms.txt

Koala Brand Identity

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

Quick Facts

Field Value
Primary #0DB9A1
Accent #FFC145
Body Font Nunito
Heading Font Nunito

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: playful · Energy: high · Audience: educators and students

Koala Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Instructions to 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".
  3. Hard-reload the page and click around (pricing, blog, careers).
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. View the page's CSS 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.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Nunito",
   "role": "body"
  },
  {
   "family": "Crisp Noto Sans Regular",
   "role": "unknown"
  },
  {
   "family": "Helvetica Neue",
   "role": "unknown"
  },
  {
   "family": "Helvetica",
   "role": "unknown"
  },
  {
   "family": "Arial",
   "role": "unknown"
  }
 ],
 "colors": {
  "primary": "#0DB9A1",
  "secondary": "#EF476F",
  "accent": "#FFC145",
  "background": "#FFFFFF",
  "textPrimary": "#29AEF0",
  "link": "#29AEF0"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Nunito",
   "heading": "Nunito"
  },
  "fontStacks": {
   "heading": [
    "Nunito",
    "sans-serif"
   ],
   "body": [
    "Nunito",
    "sans-serif"
   ],
   "paragraph": [
    "Nunito",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "48px",
   "h2": "40px",
   "body": "20px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "8px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#FFC145",
   "textColor": "#1E1E24",
   "borderRadius": "100px",
   "borderRadiusCorners": {
    "topLeft": "100px",
    "topRight": "100px",
    "bottomRight": "100px",
    "bottomLeft": "100px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#FFFFFF",
   "textColor": "#FFFFFF",
   "borderColor": "#FFFFFF",
   "borderRadius": "100px",
   "borderRadiusCorners": {
    "topLeft": "100px",
    "topRight": "100px",
    "bottomRight": "100px",
    "bottomLeft": "100px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://www.teachwithkoala.com/img/icons/koala-logo-icon.svg",
  "favicon": "https://www.teachwithkoala.com/favicon.ico",
  "ogImage": "https://www.teachwithkoala.com/img/home/koala_thumb_image.png",
  "logoHref": "/",
  "logoAlt": "logo"
 },
 "personality": {
  "tone": "playful",
  "energy": "high",
  "targetAudience": "educators and students"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 }
}