coris.json
Coris Brand Identity
A complete profile of Coris's visual system — colors, typography, components, and personality — extracted from https://coris.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/coris
- Machine-readable JSON: https://characterquilt.com/branding/coris.json
- Per-page llms.txt: https://characterquilt.com/branding/coris/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #00A8E7 |
| Accent | #131315 |
| Body Font | Inter |
| Heading Font | Satoshi |
Color Palette
- primary: #00A8E7
- secondary: #3898EC
- accent: #131315
- background: #FFFFFF
- textPrimary: #0000EE
- link: #0000EE
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Satoshi — https://fonts.google.com/specimen/Satoshi
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#131315, textColor=#0000EE, borderRadius=12px, shadow=none
- buttonSecondary: background=#F9FAFB, textColor=#0000EE, borderColor=#E7E7E8, borderRadius=12px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses in the payment and risk management sector
Coris Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Coris – Integrations for Merchant Risk | Stripe, Adyen, Fiserv and More
- Image:
- Source: https://www.coris.ai/integrations
- From Klarna to Kustom: How Coris Is Powering Risk Decisions for Europe's Newest Checkout Innovator
- How do Stripe Connect Custom customers manage SMB risk?
- Coris – Merchant Risk and Payments Fraud Insights
- Image:
- Source: https://www.coris.ai/blog
- Coris – AI Risk Platform for SaaS Platforms
- Image:
- Source: https://www.coris.ai/solution/saas-platforms
- How Cherry Built a Scalable Merchant Risk Program with Coris
Working with these fonts
Not found on Google Fonts? 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.