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
- primary: #0DB9A1
- secondary: #EF476F
- accent: #FFC145
- background: #FFFFFF
- textPrimary: #29AEF0
- link: #29AEF0
Typography
- primary: Nunito — https://fonts.google.com/specimen/Nunito
- heading: Nunito — https://fonts.google.com/specimen/Nunito
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#FFC145, textColor=#1E1E24, borderRadius=100px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=100px, shadow=none
Brand Personality
Tone: playful · Energy: high · Audience: educators and students
Koala Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Pricing | Teach with Koala
- Image:
- Source: https://www.teachwithkoala.com/pricing
- Teach with Koala | Goodbye Zoom Boredom
- Image:
- Source: https://www.teachwithkoala.com/blog
- Teach with Koala | Goodbye Zoom Boredom
- Image:
- Source: https://www.teachwithkoala.com/how-to-videos
- Teach with Koala | Goodbye Zoom Boredom
- Image:
- Source: https://www.teachwithkoala.com/blog
- Koala Marketplace - Discover Educational Activities
- Image:
- Source: https://marketplace.teachwithkoala.com/
- Teach with Koala | Goodbye Zoom Boredom
- Image:
- Source: https://www.teachwithkoala.com/blog/3
Working with these fonts
Not found on Google Fonts? Instructions to follow if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- Hard-reload the page and click around (pricing, blog, careers).
- For each captured font URL: right-click → Save As to download the file locally.
- 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": ""
}
}