llms.txt
Coris Brand Identity
A complete profile of Coris's visual system — colors, typography, components, and personality.
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 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" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS and copy the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Satoshi",
"role": "heading"
},
{
"family": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#00A8E7",
"secondary": "#3898EC",
"accent": "#131315",
"background": "#FFFFFF",
"textPrimary": "#0000EE",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Satoshi"
},
"fontStacks": {
"heading": [
"Satoshi",
"Arial",
"sans-serif"
],
"body": [
"Arial",
"Helvetica Neue",
"Helvetica",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "72px",
"h2": "72px",
"body": "17px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "12px"
},
"components": {
"buttonPrimary": {
"background": "#131315",
"textColor": "#0000EE",
"borderRadius": "12px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#F9FAFB",
"textColor": "#0000EE",
"borderColor": "#E7E7E8",
"borderRadius": "12px",
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/684cd7e7e79412ff01fbaa83/686900a7a9da9b9cf00b2bcd_coris%20logo.svg",
"favicon": "https://cdn.prod.website-files.com/684cd7e7e79412ff01fbaa83/6851367ce04f87ad306783d6_Frame%202147227811.png",
"ogImage": "https://cdn.prod.website-files.com/684cd7e7e79412ff01fbaa83/6884dcb50a7a34e9554a015d_Frame%202147227813.png"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "businesses in the payment and risk management sector"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
}
}