ai ml Color System
Claude's interface is a literary salon reimagined as a product page — warm, unhurried, and quietly i...
Claude's interface is a literary salon reimagined as a product page — warm, unhu...
Claude uses #141413 as the primary accent for interactive elements
Carefully selected 8 colors for ai-ml applications
Uses gradient
#141413
The primary text color and dark-theme surface — not pure black but a warm, almost olive-tinted dark that's gentler on the eyes. The warmest "black" in any major tech brand.
#c96442
The core brand color — a burnt orange-brown used for primary CTA buttons, brand moments, and the signature accent. Deliberately earthy and un-tech.
#d97757
A lighter, warmer variant of the brand color used for text accents, links on dark surfaces, and secondary emphasis.
#b53333
A deep, warm red for error states — serious without being alarming.
#3898ec
Standard blue for input focus rings — the only cool color in the entire system, used purely for accessibility.
#f5f4ed
The primary page background — a warm cream with a yellow-green tint that feels like aged paper. The emotional foundation of the entire design.
#faf9f5
The lightest surface — used for cards and elevated containers on the Parchment background. Barely distinguishable but creates subtle layering.
#ffffff
Reserved for specific button surfaces and maximum-contrast elements.
/* Claude Color System */
:root {
--claude-anthropic-near-black: #141413;
--claude-terracotta-brand: #c96442;
--claude-coral-accent: #d97757;
--claude-error-crimson: #b53333;
--claude-focus-blue: #3898ec;
--claude-parchment: #f5f4ed;
--claude-ivory: #faf9f5;
--claude-pure-white: #ffffff;
}
/* Example usage */
.claude-button-primary {
background-color: var(--claude-anthropic-near-black);
color: #ffffff;
border: none;
border-radius: 8px;
padding: 8px 15px;
}Cohere's interface is a polished enterprise command deck — confident, clean, and...
ElevenLabs' website is a study in restrained elegance — a near-white canvas (`#f...
MiniMax's website is a clean, product-showcase platform for a Chinese AI technol...
Mistral AI's interface is a sun-drenched landscape rendered in code — a warm, bo...