Color collection

Developer Docs Color Palettes

Technical developer docs palettes for SDK pages, API references, CLI guides, and code-heavy interfaces.

DeveloperDocsTechnical
Best for: developer docs, SDK pages, CLI guides, and API referencesExport: CSS, Tailwind, JSON, SVGPreview: dashboard, landing, mobile UI

How to use these palettes

Start with the primary and surface colors, then test text contrast before exporting. These palettes are most useful for developer docs, SDK pages, CLI guides, and API references. Make code blocks and inline tokens distinct without pushing the whole page into dark mode.

Every generated palette is sorted by a UI quality score that favors readable text, clear surface separation, and controlled saturation.

UI previewPrimary
Card
Button
Accent

CSS Variables

:root {
  --primary: #3169D8;
  --accent: #D68751;
  --surface: #EBEDF4;
  --text: #121621;
  --support: #CE829C;
}
Text / Surface contrast: 15.44:1

FAQ

Where should I use developer docs color palettes?

These palettes are designed for developer docs, SDK pages, CLI guides, and API references.

Can I copy these colors into a design system?

Yes. Each palette includes clear interface roles such as Primary, Accent, Surface, Text, and Support.

How do I avoid low contrast?

Make code blocks and inline tokens distinct without pushing the whole page into dark mode.

Related color directions