sunflower labs.json
Sunflower Labs Brand Identity
A complete profile of Sunflower Labs's visual system — colors, typography, components, and personality — extracted from https://sunflower-labs.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/sunflower-labs
- Machine-readable JSON: https://characterquilt.com/branding/sunflower-labs.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #161525 |
| Accent | #0000EE |
| Body Font | Inter |
| Heading Font | Geller Headline Regular |
Color Palette
- primary: #161525
- secondary: #D95A00
- accent: #0000EE
- background: #FBFBF9
- textPrimary: #62606B
- link: #0000EE
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Geller Headline Regular — https://fonts.google.com/specimen/Geller+Headline+Regular
Visual Assets
- Logo: https://framerusercontent.com/images/5i5S6u7VRYyP8OBS3tzMSanTLN8.svg?width=174&height=33
- Favicon: https://framerusercontent.com/images/CJZ5NlGOE7ylzRfR1HWowqnsMg.png
- Social card (og:image): https://framerusercontent.com/images/pwziuWTwQF0SJfWWKvegVdkbCA.png
Brand Personality
Tone: professional · Energy: medium · Audience: security and technology professionals
Sunflower Labs Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- News and Press Releases - Sunflower Labs
- Industrial Drone Security for Critical Infrastructure - Sunflower Labs
- About Sunflower Labs - Drone Security Innovation
- Industrial Drone Security for Critical Infrastructure - Sunflower Labs
- Industrial Drone Security for Critical Infrastructure - Sunflower Labs
- Industrial Drone Security for Critical Infrastructure - Sunflower Labs
Working with these fonts
Not found on Google Fonts? Here’s a suggested 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.
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"
},
{
"family": "Geller Headline Regular",
"role": "heading"
}
],
"colors": {
"primary": "#161525",
"secondary": "#D95A00",
"accent": "#0000EE",
"background": "#FBFBF9",
"textPrimary": "#62606B",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Geller Headline Regular"
},
"fontStacks": {
"heading": [
"Geller Headline Regular",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "68px",
"h2": "41.888px",
"body": "14.08px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {},
"images": {
"logo": "https://framerusercontent.com/images/5i5S6u7VRYyP8OBS3tzMSanTLN8.svg?width=174&height=33",
"favicon": "https://framerusercontent.com/images/CJZ5NlGOE7ylzRfR1HWowqnsMg.png",
"ogImage": "https://framerusercontent.com/images/pwziuWTwQF0SJfWWKvegVdkbCA.png",
"logoHref": "./"
}
}