caseflood ai.json
Caseflood.ai Brand Identity
A complete profile of Caseflood.ai's visual system — colors, typography, components, and personality — extracted from https://caseflood.ai. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/caseflood-ai
- Machine-readable JSON: https://characterquilt.com/branding/caseflood-ai.json
- Per-page llms.txt: https://characterquilt.com/branding/caseflood-ai/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #1D293D |
| Accent | #1E63D2 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #1D293D
- secondary: #1E293B
- accent: #1E63D2
- background: #FFFFFF
- textPrimary: #1E63D2
- link: #1E63D2
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo:
- Favicon:
UI Components
- input: background=transparent, textColor=#4A4E56, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#1E63D2, textColor=#FFFFFF, borderRadius=100px, shadow=rgba(255, 255, 255, 0.25) 0px 2px 4px 0px inset, rgba(0, 0, 0, 0.25) 0px -2px 4px 0px inset
Brand Personality
Tone: professional · Energy: medium · Audience: Legal professionals and law firms
Caseflood.ai Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Caseflood — AI-Powered Legal Intake
- Image:
- Source: https://caseflood.ai/
- Caseflood — AI-Powered Legal Intake
- Image:
- Source: https://caseflood.ai/
- Caseflood — AI-Powered Legal Intake
- Image:
- Source: https://caseflood.ai/
- Caseflood.ai Raises $3.2M As The First Legal AI Intake Team That Closes - LegalTechTalk
Working with these fonts
Not found on Google Fonts? 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". Hard-reload the page and click around (pricing, blog, careers). For each captured font URL: right-click → Save As to download the file locally. View the page's CSS 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"
}
],
"colors": {
"primary": "#1D293D",
"secondary": "#1E293B",
"accent": "#1E63D2",
"background": "#FFFFFF",
"textPrimary": "#1E63D2",
"link": "#1E63D2"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "72px",
"h2": "30px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 12,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#4A4E56",
"borderColor": null,
"borderRadius": "0px",
"shadow": "none"
},
"buttonPrimary": {
"background": "#1E63D2",
"textColor": "#FFFFFF",
"borderRadius": "100px",
"shadow": "rgba(255, 255, 255, 0.25) 0px 2px 4px 0px inset, rgba(0, 0, 0, 0.25) 0px -2px 4px 0px inset"
}
},
"images": {
"logo": "https://www.caseflood.ai/caseflood-logo.svg",
"favicon": "https://www.caseflood.ai/favicon.png",
"logoHref": "/",
"logoAlt": "Caseflood"
}
}