aerones.json
Aerones Brand Identity
A complete profile of Aerones's visual system — colors, typography, components, and personality — extracted from http://www.aerones.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/aerones
- Machine-readable JSON: https://characterquilt.com/branding/aerones.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #1863DC |
| Accent | #1863DC |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #1863DC
- secondary: #1E73BE
- accent: #1863DC
- background: #FFFFFF
- textPrimary: #0D73FC
- link: #0D73FC
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://aerones.com/wp-content/uploads/2022/02/aerones-logo-rgb.svg
- Favicon: https://aerones.com/wp-content/uploads/2022/03/Aerones-logo_small-square-1-1-e1650823285866-150x150.png
- Social card (og:image): https://aerones.com/wp-content/uploads/2022/07/LPS_DJI_194_dng_43324928_0_2022516142538_photo_original.DNG-1-copy-e1658346007934.jpg
UI Components
- input: background=#FFFFFF, textColor=#000000, borderColor=#767676, borderRadius=0px, shadow=none
- buttonPrimary: background=#1863DC, textColor=#FFFFFF, borderColor=#1863DC, borderRadius=2px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#1C67A1, borderColor=#1C67A1, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses in the wind energy sector
Aerones Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Blog - Robotic Wind Turbine Care Systems | Aerones
- Aerones, Autor bei Robotic Wind Turbine Care Systems | Aerones
- Blog - Page 2 of 3 - Robotic Wind Turbine Care Systems | Aerones
- Vēja turbīnu apkope Austrālija | Aerones
- Blog - Robotic Wind Turbine Care Systems | Aerones
- Cómo funciona - Robotiskās vēja turbīnu aprūpes sistēmas | Aerones
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- 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.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
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": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#1863DC",
"secondary": "#1E73BE",
"accent": "#1863DC",
"background": "#FFFFFF",
"textPrimary": "#0D73FC",
"link": "#0D73FC"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter"
]
},
"fontSizes": {
"h1": "16px",
"h2": "57px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderColor": "#767676",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#1863DC",
"textColor": "#FFFFFF",
"borderColor": "#1863DC",
"borderRadius": "2px",
"borderRadiusCorners": {
"topLeft": "2px",
"topRight": "2px",
"bottomRight": "2px",
"bottomLeft": "2px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#1C67A1",
"borderColor": "#1C67A1",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://aerones.com/wp-content/uploads/2022/02/aerones-logo-rgb.svg",
"favicon": "https://aerones.com/wp-content/uploads/2022/03/Aerones-logo_small-square-1-1-e1650823285866-150x150.png",
"ogImage": "https://aerones.com/wp-content/uploads/2022/07/LPS_DJI_194_dng_43324928_0_2022516142538_photo_original.DNG-1-copy-e1658346007934.jpg",
"logoHref": "https://aerones.com/",
"logoAlt": "Robotic Wind Turbine Care Systems | Aerones"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Aerones'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Accept All",
"reasoning": "Button #1 has a vibrant blue background (#1863DC), which is a strong brand color, and the text 'Accept All' suggests a decisive action, making it the primary CTA."
},
"secondary": {
"index": 0,
"text": "Contact Us",
"reasoning": "Button #0 has a white background with a blue border, making it visually distinct from the primary button. The text 'Contact Us' indicates a secondary action."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "businesses in the wind energy sector"
},
"designSystem": {
"framework": "bootstrap",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Aerones'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}