ai ml Color System
Ollama's interface is radical minimalism taken to its logical conclusion — a pure-white void where c...
Ollama's interface is radical minimalism taken to its logical conclusion — a pur...
Ollama uses #000000 as the primary accent for interactive elements
Carefully selected 8 colors for ai-ml applications
Uses gradient, monochrome
#000000
Primary headlines, primary links, and the darkest text. The only "color" that demands attention.
#262626
Button text on light surfaces, secondary headline weight.
#090909
The darkest possible surface — barely distinguishable from pure black, used for footer or dark containers.
#ffffff
The primary page background — not off-white, not cream, pure white. Button surfaces for secondary actions.
#fafafa
The subtlest possible surface distinction from white — used for section backgrounds and barely-elevated containers.
#e5e5e5
Button backgrounds, borders, and the primary containment color. The workhorse neutral.
#737373
Secondary body text, footer links, and de-emphasized content. The primary "muted" tone.
#525252
Emphasized secondary text, slightly darker than Stone.
/* Ollama Color System */
:root {
--ollama-pure-black: #000000;
--ollama-near-black: #262626;
--ollama-darkest-surface: #090909;
--ollama-pure-white: #ffffff;
--ollama-snow: #fafafa;
--ollama-light-gray: #e5e5e5;
--ollama-stone: #737373;
--ollama-mid-gray: #525252;
}
/* Example usage */
.ollama-button-primary {
background-color: var(--ollama-pure-black);
color: #ffffff;
border: none;
border-radius: 8px;
padding: 8px 15px;
}Claude's interface is a literary salon reimagined as a product page — warm, unhu...
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...