Cedalio Brand: Colors, Fonts, Logo & Visual Identity
Cedalio Brand Identity
A complete profile of Cedalio's visual system — colors, typography, components, and personality — extracted from https://cedalio.com/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://cedalio.com/.
| Color Name | Hex Code | RGB Value |
|---|---|---|
| primary | #B42318 | rgb(180, 35, 24) |
| secondary | #425466 | rgb(66, 84, 102) |
| accent | #F25C54 | rgb(242, 92, 84) |
| background | #FFFAF4 | rgb(255, 250, 244) |
| textPrimary | #F25C54 | rgb(242, 92, 84) |
| link | #F25C54 | rgb(242, 92, 84) |
Typography
Each font links to its Google Fonts page where available.
| Style | Font Family | Link |
|---|---|---|
| primary | Open Sans | Google Fonts → |
| heading | Urbanist | Google Fonts → |
Visual Assets
Logo
Social Card
UI Components
Live previews rendered using Cedalio's actual button styles.
Button Primary
- Background: #F25C54
- Text Color: #FFFFFF
- Border Radius: 9999px
- Shadow: rgba(242, 92, 84, 0.4) 0px 4px 14px, rgba(242, 92, 84, 0.4) 0px 0px 0px
Button Secondary
- Background: #FFFFFF
- Text Color: #F25C54
- Border Radius: 9999px
- Shadow: rgba(0, 0, 0, 0.15) 0px 4px 14px
Brand Personality
Tone: professional
Energy: medium
Audience: businesses in LATAM
Frequently Asked Questions
What is Cedalio's primary brand color?
Cedalio's primary brand color is #B42318. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Cedalio use?
Cedalio uses #F25C54 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Cedalio use?
Cedalio uses Open Sans for body text and Urbanist for headings. Fonts were detected on https://cedalio.com/ as part of their live design system.
Does Cedalio use a light or dark theme?
Cedalio's primary site uses a light color scheme, with a background of #FFFAF4.
Where can I find Cedalio's logo?
Cedalio's logo is available directly on their site (https://cedalio.com/). The current logo URL is included in the machine-readable JSON profile linked above.
How was this brand profile generated?
This profile was extracted from https://cedalio.com/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Cedalio.
Machine-Readable Profile
JSON Output
{
"colorScheme": "light",
"fonts": [
{"family": "Open Sans", "role": "body"},
{"family": "Urbanist", "role": "heading"}
],
"colors": {
"primary": "#B42318",
"secondary": "#425466",
"accent": "#F25C54",
"background": "#FFFAF4",
"textPrimary": "#F25C54",
"link": "#F25C54"
},
"typography": {
"fontFamilies": {
"primary": "Open Sans",
"heading": "Urbanist"
}
},
"components": {
"buttonPrimary": {
"background": "#F25C54",
"textColor": "#FFFFFF"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#F25C54"
}
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "businesses in LATAM"
}
}