Color collection

Dark Green Terminal Palettes

Terminal-inspired green palettes for developer tools, logs, AI agents, and technical dashboards.

Dark UIGreenDeveloper
Best for: CLI-inspired products, observability tools, and agent dashboardsExport: 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 CLI-inspired products, observability tools, and agent dashboards. Use green for signal and status while keeping text mostly neutral for long reading sessions.

Each dark palette keeps text near-white and checks primary actions against the dark surface so dashboard labels remain readable.

UI previewPrimary
Card
Button
Accent

CSS Variables

:root {
  --primary: #2785CE;
  --accent: #6551D6;
  --surface: #141B24;
  --text: #F3F5F7;
  --support: #C973A4;
}
Text / Surface contrast: 15.85:1

FAQ

Where should I use dark green terminal palettes?

These palettes are designed for CLI-inspired products, observability tools, and agent dashboards.

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?

Use green for signal and status while keeping text mostly neutral for long reading sessions.

Related color directions