llms.txt
Aalo Atomics Brand Identity
A complete profile of Aalo Atomics's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #02F1FF |
| Accent | #000000 |
| Body Font | Hubot Sans |
| Heading Font | Hubot Sans |
Color Palette
- primary: #02F1FF
- secondary: #E6FBFF
- accent: #000000
- background: #FFFFFF
- textPrimary: #000000
- link: #001A20
Typography
- primary: Hubot Sans — https://fonts.google.com/specimen/Hubot+Sans
- heading: Hubot Sans — https://fonts.google.com/specimen/Hubot+Sans
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=#000000, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=3px, shadow=none
- buttonPrimary: background=#000000, textColor=#FFFFFF, borderRadius=100px, shadow=none
- buttonSecondary: background=#E7E7E7, textColor=#000000, borderRadius=5px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy individuals interested in innovation
Aalo Atomics Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Posts
- Image:
Source: Aalo Updates - Image: Source: Mastering Sodium Reactor Technology
- Image: Source: Aalo Homepage
- Image: Source: Aalo Updates
- Image: Source: Our Pathway to Commercial Success
- Image: Source: Aalo Updates
- Image:
Working with these fonts
Not found on Google Fonts? Here are some instructions that you can 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" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Hubot Sans",
"role": "body"
}
],
"colors": {
"primary": "#02F1FF",
"secondary": "#E6FBFF",
"accent": "#000000",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#001A20"
},
"typography": {
"fontFamilies": {
"primary": "Hubot Sans",
"heading": "Hubot Sans"
},
"fontStacks": {
"heading": [
"Hubot Sans",
"sans-serif"
],
"body": [
"Hubot Sans",
"sans-serif"
],
"paragraph": [
"Hubot Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "89px",
"h2": "32px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "7px"
},
"components": {
"input": {
"background": "#000000",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "3px",
"borderRadiusCorners": {
"topLeft": "3px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "3px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#000000",
"textColor": "#FFFFFF",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#E7E7E7",
"textColor": "#000000",
"borderRadius": "5px",
"borderRadiusCorners": {
"topLeft": "5px",
"topRight": "5px",
"bottomRight": "5px",
"bottomLeft": "5px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/6585dbcefaa9bc6771139c22/6585dd4abdda2e1921b045d4_White%20Logo%20500.png",
"favicon": "https://cdn.prod.website-files.com/6585dbcefaa9bc6771139c22/65d3ebd835709bd14d1f0513_Favicon.png",
"ogImage": "https://cdn.prod.website-files.com/6585dbcefaa9bc6771139c22/6616f0f548a8453eb39dbddd_640f988cbb946e8bffb0afc8_Aalo-OG.png",
"logoHref": "/",
"logoAlt": "Aalo Logo"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy individuals interested in innovation"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
}
}