Parallel Universe Brand: Colors, Fonts, Logo & Visual Identity
Parallel Universe Brand Identity
A complete profile of Parallel Universe's visual system — colors, typography, components, and personality — extracted from http://paralleluniverse.co. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from http://paralleluniverse.co.
| Color | Hex Code | RGB |
|---|---|---|
| primary | #228372 | rgb(34, 131, 114) |
| secondary | #49647B | rgb(73, 100, 123) |
| accent | #6E5971 | rgb(110, 89, 113) |
| background | #FFFFFF | rgb(255, 255, 255) |
| textPrimary | #6E5971 | rgb(110, 89, 113) |
| link | #6E5971 | rgb(110, 89, 113) |
Typography
Each font links to its Google Fonts page where available.
| Role | Font | Google Fonts Link |
|---|---|---|
| primary | Arimo | Google Fonts → |
| heading | Arimo | Google Fonts → |
Visual Assets
UI Components
Live previews rendered using Parallel Universe's actual button styles.
Input
- Background: #FFFFFF
- Text Color: #222222
- Border Color: #4B4B4C
- Border Radius: 2px
- Shadow: none
Button Primary
- Background: #6E5971
- Text Color: #FFFFFF
- Border Color: #FFFFFF
- Border Radius: 0px
- Shadow: none
Brand Personality
Tone: modern
Energy: medium
Audience: developers and tech companies
Parallel Universe Brand in the Wild
Source: paralleluniverse.co
Source: paralleluniverse.co
Source: docs.paralleluniverse.co
Source: plastikstudios.com
Source: reddit.com
Source: miro.com
Frequently Asked Questions
- What is Parallel Universe's primary brand color?
Parallel Universe's primary brand color is #228372. - What accent color does Parallel Universe use?
Parallel Universe uses #6E5971 as an accent color. - What font does Parallel Universe use?
Parallel Universe uses Arimo as the primary typeface. - Does Parallel Universe use a light or dark theme?
Parallel Universe's primary site uses a light color scheme. - How was this brand profile generated?
This profile was extracted using the Firecrawl branding extraction API.
Methodology
Brand data on this page was extracted from http://paralleluniverse.co using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Arimo",
"role": "body"
}
],
"colors": {
"primary": "#228372",
"secondary": "#49647B",
"accent": "#6E5971",
"background": "#FFFFFF",
"textPrimary": "#6E5971",
"link": "#6E5971"
},
"typography": {
"fontFamilies": {
"primary": "Arimo",
"heading": "Arimo"
}
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#222222",
"borderColor": "#4B4B4C",
"borderRadius": "2px"
},
"buttonPrimary": {
"background": "#6E5971",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "0px"
}
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "developers and tech companies"
}
}